Image Picka のレビュー
Image Picka 作成者: eight04
Firefox ユーザー 14208302 によるレビュー
5 段階中 3 の評価
Firefox ユーザー 14208302 によるレビュー (7年前)8/9
1★=>3★
雖然移除Image Picka後才發生Image Picker不能用,不過回應很快,而且非傳統的批量存圖也只找到這個,期待有一天能完善到能讓我決定升級firefox
另外也建議試試解決衝突問題,因為57徹底淘汰傳統,又有很多作者停止更新,導致很多用戶等著出現能取代的附加元件,所以如果發生衝突其實很不方便,尤其是像我這樣沒遇過移除會影響到另一個附加元件的
------------------------------------------------------------------------------------------------
8/8
★如果有安裝Image Picker,安裝前要先備份好Image Picker
因為常用的圖片下載工具Image Picker屬於傳統的,所以firefox一直留在56.0,最近看到有人說這能替代,結果安裝完發現功能還很少,而且每次都只跳出訊息,但是連設定裡都沒找到下載路徑,因此我移除了,移除後發現了原本常用的Image Picker不能用了,我想這應該是有用到Image Picker的檔案,在移除時一起移除掉了,害我Image Picker要重新安裝
1★=>3★
雖然移除Image Picka後才發生Image Picker不能用,不過回應很快,而且非傳統的批量存圖也只找到這個,期待有一天能完善到能讓我決定升級firefox
另外也建議試試解決衝突問題,因為57徹底淘汰傳統,又有很多作者停止更新,導致很多用戶等著出現能取代的附加元件,所以如果發生衝突其實很不方便,尤其是像我這樣沒遇過移除會影響到另一個附加元件的
------------------------------------------------------------------------------------------------
8/8
★如果有安裝Image Picker,安裝前要先備份好Image Picker
因為常用的圖片下載工具Image Picker屬於傳統的,所以firefox一直留在56.0,最近看到有人說這能替代,結果安裝完發現功能還很少,而且每次都只跳出訊息,但是連設定裡都沒找到下載路徑,因此我移除了,移除後發現了原本常用的Image Picker不能用了,我想這應該是有用到Image Picker的檔案,在移除時一起移除掉了,害我Image Picker要重新安裝
開発者の返信
投稿日時: 7年前> 設定裡都沒找到下載路徑
請參考圖︰
https://i.imgur.com/INixakJ.png
https://i.imgur.com/Q8WeX0p.png
> 應該是有用到Image Picker的檔案,在移除時一起移除掉了
Image Picka 沒有且無法移除 Image Picker 的檔案。事實上,任何 webextension 架構下的套件,都沒有存取硬碟的權限。
如果你打算更新到最新版,建議先將舊的 profile 備份,並重建一個新 profile。好處有兩個︰
1. 升級後若打算降級,可以換回備份的舊 profile。
2. 重開一個新 profile 可以避免舊設定、舊套件的衝突。
請參考圖︰
https://i.imgur.com/INixakJ.png
https://i.imgur.com/Q8WeX0p.png
> 應該是有用到Image Picker的檔案,在移除時一起移除掉了
Image Picka 沒有且無法移除 Image Picker 的檔案。事實上,任何 webextension 架構下的套件,都沒有存取硬碟的權限。
如果你打算更新到最新版,建議先將舊的 profile 備份,並重建一個新 profile。好處有兩個︰
1. 升級後若打算降級,可以換回備份的舊 profile。
2. 重開一個新 profile 可以避免舊設定、舊套件的衝突。
合計レビュー数: 284
- 5 段階中 5 の評価Firefox ユーザー 19141042 によるレビュー (8日前)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). - 5 段階中 4 の評価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}