kevinsqi / save_tabbed_images

A chrome extension which lets you easily download all images opened in tabs
40 stars 15 forks source link

Download location bug #47

Open Timsonrobl opened 4 years ago

Timsonrobl commented 4 years ago

When trying to download images in "Subfolder within default location" if you close the extension window quickly by pressing "Close all downloaded tabs" button some of the file will be downloaded in default location instead of selected subfolder. Happens often when downloading 25+ tabs and low on RAM (so downloads are initiated with delay).

kevinsqi commented 4 years ago

Good to know. I want to rewrite the extension so that it uses some form of local storage and works properly when the extension popup is closed, but unfortunately I don't have time to work on it these days. If anyone wants to write up a proposal to do it, that would be quite welcome.