Image Picka 的評論
Image Picka 作者: eight04
Firefox 使用者 17290944 所留下的評論
評價 4 分,滿分 5 分
來自 Firefox 使用者 17290944,3 年前問題なく動作しているようです。
ただ、ダウンロード先やファイル名の連番等をカスタマイズしたいのですが、望む設定ができないみたいで、少し残念です。
It seems to be working fine.
However, I would like to customize the download destination, sequential numbering of file names, etc., but I can't seem to get the settings I want, which is a little disappointing.
1.I want to change the download destination every time.
I would like to be able to replace the drive and path for "Image Picka" in Filename pattern.
(e.g. D:\Down\Pics\Car\ etc.)
I don't want to have to go into firefox settings and change the download destination every time. I have firefox set to ask every time.
2. I want to set the index number to a fixed digit. (Example: 001)
ただ、ダウンロード先やファイル名の連番等をカスタマイズしたいのですが、望む設定ができないみたいで、少し残念です。
It seems to be working fine.
However, I would like to customize the download destination, sequential numbering of file names, etc., but I can't seem to get the settings I want, which is a little disappointing.
1.I want to change the download destination every time.
I would like to be able to replace the drive and path for "Image Picka" in Filename pattern.
(e.g. D:\Down\Pics\Car\ etc.)
I don't want to have to go into firefox settings and change the download destination every time. I have firefox set to ask every time.
2. I want to set the index number to a fixed digit. (Example: 001)
開發者回應
張貼於 3 年前> I would like to be able to replace the drive and path for "Image Picka" in Filename pattern.
Unfortunately this is impossible without a native app. The browser only allows extension to download files into the download folder.
> I want to set the index number to a fixed digit. (Example: 001)
Here is the example to zero-pad index number:
https://github.com/eight04/image-picka#use-expression-in-filename
Unfortunately this is impossible without a native app. The browser only allows extension to download files into the download folder.
> I want to set the index number to a fixed digit. (Example: 001)
Here is the example to zero-pad index number:
https://github.com/eight04/image-picka#use-expression-in-filename
284 筆評論
- 評價 5 分,滿分 5 分來自 Firefox 使用者 19141042,10 天前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). - 評價 4 分,滿分 5 分來自 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}