Recensioni per Image Picka
Image Picka di eight04
Risposta di eight04
Replica dello sviluppatore
pubblicato il 7 anni fa> 在批量下载界面里原来的版本可以在网址栏中用正则表达式给图片做筛选,但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. 下載管理員將圖片下載到硬碟中
使用緩存,則只有第一項會對網路送出請求,其它都是直接從緩存拿。
285 recensioni
- Valutata 1 su 5di モブ, 13 giorni fa
- Valutata 5 su 5di Utente Firefox 19141042, 19 giorni fa1. 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). - Valutata 4 su 5di Utente Firefox 15930039, 5 mesi fa
- Valutata 5 su 5di Utente Firefox 15029279, 5 mesi fa
- Valutata 5 su 5di Utente Firefox 18767178, 7 mesi fa
- Valutata 5 su 5di Utente Firefox 15011488, 8 mesi faThe only extension which is actually able to detect and download blob elements even though they are not properly displayed on the image picker !
- Valutata 5 su 5di Utente Firefox 15569604, 9 mesi fathis is so perfect! its everything i wanted. god bless thank you!
- Valutata 5 su 5di Utente Firefox 13243261, 10 mesi fa
- Valutata 5 su 5di Utente Firefox 14311356, un anno fa总体来说体验还是不错的,我的需要就是看到一个想要保存的图片,然后点击一次鼠标就可以快速保存下来。
- Valutata 5 su 5di ao6xup6, un anno fa
- Valutata 5 su 5di Masaru, un anno faI 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.Replica dello sviluppatore
pubblicato il un anno faThere 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}