[EXT] Download Manager (S3)

Announce and Discuss the Latest Theme and Extension Releases.
Post Reply
User avatar
Protocol
Posts: 435
Joined: October 18th, 2003, 12:44 am

Re: [EXT] Download Manager (S3)

Post by Protocol »

Great. Thank you, pag77. :)
pag77
Posts: 1642
Joined: December 26th, 2013, 10:46 pm

Re: [EXT] Download Manager (S3)

Post by pag77 »

version 5.1
Mozilla Firefox: https://addons.mozilla.org/addon/s3download-statusbar/
Google Chrome: https://chrome.google.com/webstore/deta ... plegmcmjda

First version for WebExtensions.
Since version 5.1, Download Manager (S3) is now fully compatible with WebExtensions (Firefox Quantum 57+) and Google Chrome


Download Manager (S3) is full compatibility for Google Chrome, but there are known problems for Firefox:

1. downloadItem.exists does not change from true to false when a file is removed
https://bugzilla.mozilla.org/show_bug.cgi?id=1381031

2. does not display history from past sessions
https://bugzilla.mozilla.org/show_bug.cgi?id=1255507

3. chrome.downloads.drag is not a function
https://bugzilla.mozilla.org/show_bug.cgi?id=1245648


small cosmetic differences from the xul-version:

1. animation:
Image

2. change height-size on the fly
Image
Last edited by pag77 on March 8th, 2018, 7:21 am, edited 1 time in total.
Olofern
Posts: 22
Joined: March 6th, 2018, 2:14 am

Re: [EXT] Download Manager (S3)

Post by Olofern »

This extension is great, thanks
I have two problems with firefox and chrome as well
- browser status bar hides your download bar, it should be above the download bar
- "Clear finished downloads when the browser closes" option doesn't have effect
pag77
Posts: 1642
Joined: December 26th, 2013, 10:46 pm

Re: [EXT] Download Manager (S3)

Post by pag77 »

Olofern wrote:- browser status bar hides your download bar, it should be above the download bar
I can raise the download bar up, but then download bar will take a lot of space from the current web page
But you can change the location of the download panel and move it to the top of the page:
Image
Olofern wrote:- "Clear finished downloads when the browser closes" option doesn't have effect
thanks for the bug, please wait update
pag77
Posts: 1642
Joined: December 26th, 2013, 10:46 pm

Re: [EXT] Download Manager (S3)

Post by pag77 »

version 5.2
Mozilla Firefox: https://addons.mozilla.org/addon/s3download-statusbar/
Google Chrome: https://chrome.google.com/webstore/deta ... plegmcmjda

changes:
fixed: settings: Clear finished downloads when the browser closes
fixed: minor bug fixes
Olofern
Posts: 22
Joined: March 6th, 2018, 2:14 am

Re: [EXT] Download Manager (S3)

Post by Olofern »

I can raise the download bar up, but then download bar will take a lot of space from the current web page
But you can change the location of the download panel and move it to the top of the page:
Sorry if I insist. I don't have this problem with WX Download Status Bar
So, it seems possible at least in Firefox

I do not know if I explained myself well, so this an example
Image

changes:
fixed: settings: Clear finished downloads when the browser closes
Fix doesn't work when the download bar is at the top of the page
Yotaru
New Member
Posts: 1
Joined: March 6th, 2018, 7:58 am

Re: [EXT] Download Manager (S3)

Post by Yotaru »

Welcome back to FF! There is a bug in the statusbar

Image
pag77
Posts: 1642
Joined: December 26th, 2013, 10:46 pm

Re: [EXT] Download Manager (S3)

Post by pag77 »

Olofern wrote:Sorry if I insist. I don't have this problem with WX Download Status Bar
So, it seems possible at least in Firefox
WX Download Status Bar has the same problem:
Image
Olofern wrote:Fix doesn't work when the download bar is at the top of the page
you have version 5.2?
Yotaru wrote:Welcome back to FF! There is a bug in the statusbar

Image
this bug present on all sites or only on some?
please url
Olofern
Posts: 22
Joined: March 6th, 2018, 2:14 am

Re: [EXT] Download Manager (S3)

Post by Olofern »

you have version 5.2?
Yes
pag77
Posts: 1642
Joined: December 26th, 2013, 10:46 pm

Re: [EXT] Download Manager (S3)

Post by pag77 »

Olofern wrote:
you have version 5.2?
Yes
Settings:
Image

you use Chrome and you completely close all Google Chrome windows?

please try follow this step:
1. open new tab
2. type in url address:
chrome://restart

after press "enter" all your google chrome windows will be restarted
after restart - Download bar is empty?
Olofern
Posts: 22
Joined: March 6th, 2018, 2:14 am

Re: [EXT] Download Manager (S3)

Post by Olofern »

you use Chrome and you completely close all Google Chrome windows?
I have this problem with firefox and chrome and I checked the task manager and all instances of the programs are closed
please try follow this step:
1. open new tab
2. type in url address:
chrome://restart
Yes, it's empty with your method


There is a workaround in Firefox and maybe many users may not like it.
You can make Firefox status bar always visible with this code in your userChrome.css

Code: Select all

/* Always show Status bar  */
#content-deck { margin-bottom: 1em; }

.browserContainer>.browserStack>browser{
     margin-bottom: 5px;
     margin-top:-2px;
}

:root {
    --statuspanel-height: 20px;
}

:root:not([inDOMFullscreen]) statuspanel {
    bottom: -2px !important;
    opacity: 1 !important;
    width:  100% !important;
    max-width: 100% !important;
}

:root:not([inDOMFullscreen]) statuspanel[inactive] .statuspanel-label {
    color: transparent !important;

}

statuspanel[inactive] .statuspanel-inner::before{bottom:2px;padding-left:5px;position: 

fixed;content:"Done";
}
2018-03-07 updated
Last edited by Olofern on March 7th, 2018, 1:09 am, edited 1 time in total.
pag77
Posts: 1642
Joined: December 26th, 2013, 10:46 pm

Re: [EXT] Download Manager (S3)

Post by pag77 »

Olofern wrote:I have this problem with firefox...
it's impossible! Firefox does not have functionality to display the previous Download history
https://bugzilla.mozilla.org/show_bug.cgi?id=1255507
Olofern wrote: ....I checked the task manager and all instances of the programs are closed
chrome://restart
Yes, it's empty with your method
most likely your browser is not completely closed in reality.
it may be a conflict with other add-on.
please temporarily disable the other add-ons and check again your problem
Olofern wrote: There is a workaround in Firefox and maybe many users may not like it.
You can make Firefox status bar always visible with this code in your userChrome.css
unfortunately API WebExtensions can not change userChrome.css :(
but thanks anyway - maybe someone will use your styles to manually change userChrome.css
Olofern
Posts: 22
Joined: March 6th, 2018, 2:14 am

Re: [EXT] Download Manager (S3)

Post by Olofern »

it's impossible! Firefox does not have functionality to display the previous Download history
Not impossible at least with my Firefox configuration
most likely your browser is not completely closed in reality.
it may be a conflict with other add-on.
please temporarily disable the other add-ons and check again your problem
I disabled all Chrome extensions


Please, watch these short videos.
http://www.mediafire.com/file/x4mqnz1ge ... irefox.mp4
http://www.mediafire.com/file/brl7b5fb6 ... Chrome.mp4
Chrome deletes downloads but always show the bar. Can I avoid this?


I have these problems with Download status bar placed at the top and at the bottom.
I don't know what's happened, but after I had updated to 5.2 version I didn't have this problem when Download status bar was placed at the bottom
Olofern
Posts: 22
Joined: March 6th, 2018, 2:14 am

Re: [EXT] Download Manager (S3)

Post by Olofern »

Ok, I understood the problem: it was the download notification popup
Thanks for your support
pag77
Posts: 1642
Joined: December 26th, 2013, 10:46 pm

Re: [EXT] Download Manager (S3)

Post by pag77 »

Olofern wrote:Please, watch these short videos.
thanks for your video!
is this your problem in Chrome?
Image

this is really a bug!
please update to version 5.3

Mozilla Firefox: https://addons.mozilla.org/addon/s3download-statusbar/
Google Chrome: https://chrome.google.com/webstore/deta ... plegmcmjda
Post Reply