Image Picka のレビュー
Image Picka 作成者: eight04
eight04 による応答
開発者の返信
投稿日時: 7年前> 在批量下载界面里原来的版本可以在网址栏中用正则表达式给图片做筛选,但0.91版本(应该是这个)之后似乎就不行了
已確認,這是個 bug︰https://github.com/eight04/image-picka/issues/142
> 在批量下载界面里右键任何一张图片都可以复制到图片的地址,但0.91版本之后复制到的却不是图片地址了
0.9.0 後程式會從 cache 載入圖片,所以 URL 會以 blob... 開頭。我試試在保持載入速度的前提下,將 URL 設置成原本圖片的 URL。如果做不到的話,會加一個選項使得載入圖片時不使用 cache。
---
Edit 10/30:
> 在下载界面里相同的图片没像0.90版本之前那样会合并成一张
我測試時沒有這個問題。可以在 Github 提供更詳細的資訊嗎?https://github.com/eight04/image-picka/issues/144
> 在批量下载界面里原来的版本可以在网址栏中用正则表达式给图片做筛选,但0.91版本(应该是这个)之后似乎就不行了
> 在批量下载界面里右键任何一张图片都可以复制到图片的地址,但0.91版本之后复制到的却不是图片地址了
於 0.9.4 修正。
Image Picka 會從緩存中取得圖片,避免重覆的網路請求。若你將瀏覽器的緩存功能關閉,使用批量下載時總共會耗費 4 次請求︰
1. 圖片會在網頁中載入
2. 圖片會在批量下載頁面中載入
3. 在批量下載頁面中,取得檔案大小時也要一次請求
4. 下載管理員將圖片下載到硬碟中
使用緩存,則只有第一項會對網路送出請求,其它都是直接從緩存拿。
已確認,這是個 bug︰https://github.com/eight04/image-picka/issues/142
> 在批量下载界面里右键任何一张图片都可以复制到图片的地址,但0.91版本之后复制到的却不是图片地址了
0.9.0 後程式會從 cache 載入圖片,所以 URL 會以 blob... 開頭。我試試在保持載入速度的前提下,將 URL 設置成原本圖片的 URL。如果做不到的話,會加一個選項使得載入圖片時不使用 cache。
---
Edit 10/30:
> 在下载界面里相同的图片没像0.90版本之前那样会合并成一张
我測試時沒有這個問題。可以在 Github 提供更詳細的資訊嗎?https://github.com/eight04/image-picka/issues/144
> 在批量下载界面里原来的版本可以在网址栏中用正则表达式给图片做筛选,但0.91版本(应该是这个)之后似乎就不行了
> 在批量下载界面里右键任何一张图片都可以复制到图片的地址,但0.91版本之后复制到的却不是图片地址了
於 0.9.4 修正。
Image Picka 會從緩存中取得圖片,避免重覆的網路請求。若你將瀏覽器的緩存功能關閉,使用批量下載時總共會耗費 4 次請求︰
1. 圖片會在網頁中載入
2. 圖片會在批量下載頁面中載入
3. 在批量下載頁面中,取得檔案大小時也要一次請求
4. 下載管理員將圖片下載到硬碟中
使用緩存,則只有第一項會對網路送出請求,其它都是直接從緩存拿。
合計レビュー数: 280
- 5 段階中 4 の評価Firefox ユーザー 15930039 によるレビュー (2ヶ月前)
- 5 段階中 5 の評価Firefox ユーザー 15029279 によるレビュー (3ヶ月前)
- 5 段階中 5 の評価Firefox ユーザー 18767178 によるレビュー (5ヶ月前)
- 5 段階中 5 の評価Firefox ユーザー 15011488 によるレビュー (6ヶ月前)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 によるレビュー (6ヶ月前)this is so perfect! its everything i wanted. god bless thank you!
- 5 段階中 5 の評価Firefox ユーザー 13243261 によるレビュー (8ヶ月前)
- 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.開発者の返信
投稿日時: 10ヶ月前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} - 5 段階中 5 の評価Firefox ユーザー 18485015 によるレビュー (1年前)Great useful add-on!
a few suggestions for improvement to make it legendary :)
1. dark mode
if you are on dark websites and then open the image picker, it always destroys your eyes!
2. controls
the individual control elements are so small that you always have to aim very precisely to avoid clicking on them. QOL is not that and I don't want to play a shooter where I always want to concentrate on headshots.
3. shortcuts
having to click on everything makes everyone's tendons ache at some point. It would be nice if my left hand could also do something with shortcuts for save or open image picker and much more.
4. display of all images
if i only want to see the right images it would be nice to be able to hide elements completely instead of just seeing them grayed out. e.g. small elements of 100x100 pixels e.g.
5. the holy grail
search not only the current page but also all links whose number I can determine. With determinations of domain limits etc. - 5 段階中 4 の評価Umair Ahmed によるレビュー (1年前)
- 5 段階中 5 の評価Firefox ユーザー 12011934 によるレビュー (1年前)often error message report "filename must not contain illegal characters"
i dont know this error solution TT開発者の返信
投稿日時: 1年前It's a bug in Firefox 127+
https://bugzilla.mozilla.org/show_bug.cgi?id=1898498
Not sure when it will be fixed. Maybe we should do something with those illegal characters.