Image Picka에 대한 리뷰
Image Picka 제작자: eight04
SucculentFruit13 님의 리뷰
5점 만점에 1점
SucculentFruit13 님, 5년 전This app does not do what it says it does. It only downloads previews of images embedded in websites, not the actual full-size images themselves. Complete waste of time and hard drive space.
개발자 답글
5년 전에 게시됨> This app does not do what it says it does
I'm not sure what do you mean. This extension downloads images.
> It only downloads previews of images embedded in websites
This extension only downloads images that were displayed on the page. You should either check "detect images from link" option or add a URL transform rule to get source URL.
I'm not sure what do you mean. This extension downloads images.
> It only downloads previews of images embedded in websites
This extension only downloads images that were displayed on the page. You should either check "detect images from link" option or add a URL transform rule to get source URL.
리뷰 285개
- 5점 만점에 5점Firefox 사용자 19141042 님, 한 달 전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). - 5점 만점에 4점Firefox 사용자 15930039 님, 5달 전
- 5점 만점에 5점Firefox 사용자 15029279 님, 6달 전
- 5점 만점에 5점Firefox 사용자 18767178 님, 8달 전
- 5점 만점에 5점Firefox 사용자 15011488 님, 9달 전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 님, 9달 전this is so perfect! its everything i wanted. god bless thank you!
- 5점 만점에 5점Firefox 사용자 13243261 님, 10달 전
- 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.개발자 답글
일 년 전에 게시됨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}