Image Picka 的評論
Image Picka 作者: eight04
R.I.P. IE 所留下的評論
Kinda surprised by the high rating tbh..
Decent effort (and clearly the dev has been looking at the original "Image Picker" addon),
but it just doesn't come even close to its functionality or user friendly interface.
- BIG ONE!: does not save from multiple tabs unfortunately (it doesn't advertise it but it's a HUGE downside)!
- by default saves the images in a folder on your drive (without telling you where)
- interface is not in a floating window but a new tab, so you have to constantly scroll back
to your other tabs you were working from
- virtually no settings in the interface, including none for choosing where to save
- no image (pixel) sizes are shown,
so with multiple versions of the same image (like on Amazon and other webshops that have thumbnails
and often 1 or 2 different higher res versions of the same image) you don't see which is what size
- by default creates a folder for every time you use it (instead of giving you an option to control
yourself where to save).
- breaks other default browser functionality, like simply dragging and dropping an image from a webpage
into a folder in Windows Explorer.
There's more, but these are either very useful or - IMO - absolutely necessary options/functionality
that's missing.
Decent effort (and clearly the dev has been looking at the original "Image Picker" addon),
but it just doesn't come even close to its functionality or user friendly interface.
- BIG ONE!: does not save from multiple tabs unfortunately (it doesn't advertise it but it's a HUGE downside)!
- by default saves the images in a folder on your drive (without telling you where)
- interface is not in a floating window but a new tab, so you have to constantly scroll back
to your other tabs you were working from
- virtually no settings in the interface, including none for choosing where to save
- no image (pixel) sizes are shown,
so with multiple versions of the same image (like on Amazon and other webshops that have thumbnails
and often 1 or 2 different higher res versions of the same image) you don't see which is what size
- by default creates a folder for every time you use it (instead of giving you an option to control
yourself where to save).
- breaks other default browser functionality, like simply dragging and dropping an image from a webpage
into a folder in Windows Explorer.
There's more, but these are either very useful or - IMO - absolutely necessary options/functionality
that's missing.
開發者回應
張貼於 8 年前> - no image (pixel) sizes are shown,
Added in 0.4.0. The URL and the size of the image is shown when hover on the image.
> breaks other default browser functionality, like simply dragging and dropping an image from a webpage
into a folder in Windows Explorer.
Fixed in 0.4.0.
Added in 0.4.0. The URL and the size of the image is shown when hover on the image.
> breaks other default browser functionality, like simply dragging and dropping an image from a webpage
into a folder in Windows Explorer.
Fixed in 0.4.0.
284 筆評論
- 評價 5 分,滿分 5 分來自 Firefox 使用者 19141042,12 天前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}