kevinsqi / save_tabbed_images

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

Make sure users aren't asked to save for every image (may be settings-dependent) #22

Open kevinsqi opened 8 years ago

blurymind commented 7 years ago

https://developer.chrome.com/extensions/downloads#method-download

Suggestion: prompt the user where to save the first image, then use that path in order to save the rest

There are sone addons already that can pop out programatically a save as dialog

blurymind commented 7 years ago

http://stackoverflow.com/questions/20988041/how-to-set-the-file-download-location-for-chrome-extension-using-javascript

blurymind commented 7 years ago

Will that help you implement it now? :)