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. 下載管理員將圖片下載到硬碟中
使用緩存,則只有第一項會對網路送出請求,其它都是直接從緩存拿。
281 条评价
- 评分 4 / 5来自 Firefox 用户 15930039, 4 个月前
- 评分 5 / 5来自 Firefox 用户 15029279, 5 个月前
- 评分 5 / 5来自 Firefox 用户 18767178, 6 个月前
- 评分 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} - 评分 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. - 评分 4 / 5来自 Umair Ahmed, 1 年前