Recenze doplňku Image Picka
Image Picka od eight04
Recenze od uživatele Uživatel Firefoxu - 13597987
Hodnocení: 4 z 5
od uživatele Uživatel Firefoxu - 13597987, před 8 letyWhen I save many pics with "${index}${ext}" pattern, all of them begin at 1 (1.jpg, 2.jpg, etc). However, I want to save them with any begin number, not only 1. Is there any way to do that?
For example: I want to save all pics in 2 chapters of a manga in only 1 folder. So base number when saving chap 2 should be changed to avoid overwritten.
For example: I want to save all pics in 2 chapters of a manga in only 1 folder. So base number when saving chap 2 should be changed to avoid overwritten.
Odpověď vývojáře
zveřejněno před 8 letyI would like to know in which situation you would like to change the base number?
How about to change the filename to `chapter1-${index}${ext}` and `chapter2-${index}${ext}`? So they don't overwrite each other and you'll know the chapter number by looking at the filename.
[Edit]
There is a new feature in 0.6.1. Now you can evaluate expressions in filename pattern. To use different base index, turn on the feature in advanced section, and change the pattern to e.g. "${index+20}${ext}" to make it start from 21.
How about to change the filename to `chapter1-${index}${ext}` and `chapter2-${index}${ext}`? So they don't overwrite each other and you'll know the chapter number by looking at the filename.
[Edit]
There is a new feature in 0.6.1. Now you can evaluate expressions in filename pattern. To use different base index, turn on the feature in advanced section, and change the pattern to e.g. "${index+20}${ext}" to make it start from 21.
285 recenzí
- Hodnocení: 1 z 5od uživatele モブ, před 13 dny
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 19141042, před 19 dny1. 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). - Hodnocení: 5 z 5od uživatele tata09, před 2 měsíci
- Hodnocení: 5 z 5od uživatele Lion, před 2 měsíci
- Hodnocení: 5 z 5od uživatele Bob, před 3 měsíciI have used Image Picka on many Linux Distros, and have installed it for others on Apple OSX and even non-linux systems! ;-)
No complaints so far and a lot of praise from this 70yo user. i.e. EASY to install. Thank-you Image-Picka. - Hodnocení: 5 z 5od uživatele vetenho, před 4 měsíciThat's crazy extension. I've never seen anything like it, it scrapes perfectly. Massive W developers!!!!!!!!!!!
- Hodnocení: 4 z 5od uživatele Uživatel Firefoxu - 15930039, před 5 měsíci
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 15029279, před 5 měsíci
- Hodnocení: 5 z 5od uživatele Arel, před 7 měsíci
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 18767178, před 7 měsíci
- Hodnocení: 5 z 5od uživatele Mel, před 7 měsíci
- Hodnocení: 4 z 5od uživatele WOTANFRA, před 8 měsíci
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 15011488, před 8 měsíciThe only extension which is actually able to detect and download blob elements even though they are not properly displayed on the image picker !
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 15569604, před 9 měsícithis is so perfect! its everything i wanted. god bless thank you!
- Hodnocení: 4 z 5od uživatele ssacess, před 9 měsíci批量保存网页图片,多次使用后下载,有时会出现加载100%但是找不到页面过滤的图片。有个小小的建议,建议同域名或者网站,添加过滤图片,过滤一些手动添加目标网站域名或者地址下的图片,过滤哪些大小不一,但是相同网站每次保存都会存在的一些网页图标,广告等图片,相同域名下过滤这些图片,不用每次手动取消下载这些图片
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 13243261, před 10 měsíci
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 14311356, před rokem总体来说体验还是不错的,我的需要就是看到一个想要保存的图片,然后点击一次鼠标就可以快速保存下来。
- Hodnocení: 5 z 5od uživatele ao6xup6, před rokem
- Hodnocení: 5 z 5od uživatele Masaru, před rokemI 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.Odpověď vývojáře
zveřejněno před rokemThere 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}