Pohódnoćenja za Image Picka
Image Picka wot eight04
Pohódnoćenje wot Wužiwar Firefox 17290944
Z 4 z 5 pohódnoćeny
wot Wužiwar Firefox 17290944, 3 år siden問題なく動作しているようです。
ただ、ダウンロード先やファイル名の連番等をカスタマイズしたいのですが、望む設定ができないみたいで、少し残念です。
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)
Wotmołwa wuwiwarja
je so 3 år siden napisał> 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
285 pohódnoćenjow
- Z 1 z 5 pohódnoćenywot モブ, 14 dager siden
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 19141042, 20 dager siden1. 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). - Z 5 z 5 pohódnoćenywot tata09, 2 måneder siden
- Z 5 z 5 pohódnoćenywot Lion, 2 måneder siden
- Z 5 z 5 pohódnoćenywot Bob, 3 måneder sidenI 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. - Z 5 z 5 pohódnoćenywot vetenho, 4 måneder sidenThat's crazy extension. I've never seen anything like it, it scrapes perfectly. Massive W developers!!!!!!!!!!!
- Z 4 z 5 pohódnoćenywot Wužiwar Firefox 15930039, 5 måneder siden
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 15029279, 6 måneder siden
- Z 5 z 5 pohódnoćenywot Arel, 7 måneder siden
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 18767178, 7 måneder siden
- Z 5 z 5 pohódnoćenywot Mel, 7 måneder siden
- Z 4 z 5 pohódnoćenywot WOTANFRA, 8 måneder siden
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 15011488, 8 måneder sidenThe only extension which is actually able to detect and download blob elements even though they are not properly displayed on the image picker !
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 15569604, 9 måneder sidenthis is so perfect! its everything i wanted. god bless thank you!
- Z 4 z 5 pohódnoćenywot ssacess, 9 måneder siden批量保存网页图片,多次使用后下载,有时会出现加载100%但是找不到页面过滤的图片。有个小小的建议,建议同域名或者网站,添加过滤图片,过滤一些手动添加目标网站域名或者地址下的图片,过滤哪些大小不一,但是相同网站每次保存都会存在的一些网页图标,广告等图片,相同域名下过滤这些图片,不用每次手动取消下载这些图片
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 13243261, 10 måneder siden
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 14311356, ett år siden总体来说体验还是不错的,我的需要就是看到一个想要保存的图片,然后点击一次鼠标就可以快速保存下来。
- Z 5 z 5 pohódnoćenywot ao6xup6, ett år siden
- Z 5 z 5 pohódnoćenywot Masaru, ett år sidenI 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.Wotmołwa wuwiwarja
je so ett år siden napisał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}