Image Picka のレビュー
Image Picka 作成者: eight04
合計レビュー数: 195
- Works fine for me. People complained because they were non developer and they were hoping for 'magic', which clearly won't happen, seeing browsers have cracked down on add-ons security these days. Also a lot of image gallery websites don't like / don't want us to batch download these days. So.. "batch download all images from all tabs to the right" is the only sensible solution right now. And the good news is, it is unpreventable by website owners. Not in any way I can think of. We should simply middle-mouse-click on all thumbnails we wanted, press this add-on button, adjust the minimum size we wanted, and press Save! Keep up the good work, eight04!
- 5 段階中 5 の評価Firefox ユーザー 14093427 によるレビュー (2ヶ月前)
- 5 段階中 5 の評価Firefox ユーザー 12907790 によるレビュー (3ヶ月前)
- 5 段階中 5 の評価Firefox ユーザー 18767178 によるレビュー (1年前)
- 5 段階中 5 の評価Firefox ユーザー 15011488 によるレビュー (1年前)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 によるレビュー (1年前)this is so perfect! its everything i wanted. god bless thank you!
- 5 段階中 5 の評価Firefox ユーザー 13243261 によるレビュー (1年前)
- 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.開発者の返信
投稿日時: 2年前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}