Image Picka 的評論
Image Picka 作者: eight04
Neil Roy 所留下的評論
Excellent addon with many different ways to easily save images. My favourite method to use is the drag and drop option, where you just left click an image and drag it a little and it will save it, or drag it completely off the browser and onto my second monitor. There in lies the problem and why I didn't give it five stars. When I drag an image into a folder, if the filename is too long (wallhere.com is bad for that), than the image file name will be truncated (shortened) and when it is saved, it doesn't have an extension, so no image thumbnail is shown and I have to manually rename it with one. Otherwise it's great! When I select to save the image without dragging and dropping, then an extension is added. It would be nice to see the drag and drop option save with an extension after truncating long filenames.
開發者回應
張貼於 5 年前I believe that when you drag the image into your folder, the image is actually consumed by your browser/OS instead of the extension. Try testing the truncate bug without enabling the extension.
284 筆評論
- 評價 5 分,滿分 5 分來自 Firefox 使用者 19141042,11 天前1. Can save images with "drag and drop" by just jittering the mouse when clicked on any link
2. Save images with hot keys
3. Batch image download from tabs (a little bit clunky interface, but still okay). - 評價 4 分,滿分 5 分來自 Firefox 使用者 15930039,4 個月前
- 評價 5 分,滿分 5 分來自 Firefox 使用者 15029279,5 個月前
- 評價 5 分,滿分 5 分來自 Firefox 使用者 18767178,7 個月前
- 評價 5 分,滿分 5 分來自 Firefox 使用者 15011488,8 個月前The only extension which is actually able to detect and download blob elements even though they are not properly displayed on the image picker !
- 評價 5 分,滿分 5 分來自 Firefox 使用者 15569604,8 個月前this is so perfect! its everything i wanted. god bless thank you!
- 評價 5 分,滿分 5 分來自 Firefox 使用者 13243261,9 個月前
- I use this extension since time ago, but recently doesn't work on Mozilla 127 and 128, show a message about cannot save because we have illegal characters. What we can do?
Update of this comment: The answer of the developer of the addon was very useful. Actually don't have any problem. Thanks.開發者回應
張貼於 1 年前There are some filename validation bugs in Firefox 127+:
https://bugzilla.mozilla.org/show_bug.cgi?id=1898498
https://bugzilla.mozilla.org/show_bug.cgi?id=1903780
Currently, you can replace those invalid characters in the filename to get rid of them. For example, changing your filename pattern to:
Image Picka/${pageTitle.replace(/%|\./g,'_')}/${index} - ${name.replace(/%/g,'_')}${ext}