Image Picka értékelései
Image Picka szerző: eight04
mrbunnylamakins értékelése
Csillagos értékelés: 1 / 5
készítette: mrbunnylamakins, 5 éveIt was working right about a month ago, now when you "Click Images From Current Tab" It does open the images only in a New tab, but you no longer can right Click on the image and Open it in a New tab , nor just right click and copy image location. What happens now it is it does not allow you to select the image off the image Picka Tab and open in New tab it can't because when you click "Copy Image Location" what it copies is "blob:moz-extension://0bb8d440-c2eb-48ef-9183-a04321240778/0182a57f-0cac-426e-8de1f2b8f4d2de1c"
Funny part is when you mouse over the Image it shows the Image URL right. Issue is when you open the Firefox built in Web Developer it reads e.g.
"data-scr" needs selected over just the "scr" that shows add-on behind scenes coding.
Plus also the
So when a User Click on image to "Open Image In New Tab" Nothing happens because it can't open the Image Container, which user not looking to open the container but just the image.
Funny part is when you mouse over the Image it shows the Image URL right. Issue is when you open the Firefox built in Web Developer it reads e.g.
"data-scr" needs selected over just the "scr" that shows add-on behind scenes coding.
Plus also the
So when a User Click on image to "Open Image In New Tab" Nothing happens because it can't open the Image Container, which user not looking to open the container but just the image.
284 értékelés
- Csillagos értékelés: 5 / 5készítette: Firefox felhasználó 19141042, 10 napja1. 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). - Csillagos értékelés: 4 / 5készítette: Firefox felhasználó 15930039, 4 hónapja
- Csillagos értékelés: 5 / 5készítette: Firefox felhasználó 15029279, 5 hónapja
- Csillagos értékelés: 5 / 5készítette: Firefox felhasználó 18767178, 7 hónapja
- Csillagos értékelés: 5 / 5készítette: Firefox felhasználó 15011488, 8 hónapjaThe only extension which is actually able to detect and download blob elements even though they are not properly displayed on the image picker !
- Csillagos értékelés: 5 / 5készítette: Firefox felhasználó 15569604, 8 hónapjathis is so perfect! its everything i wanted. god bless thank you!
- Csillagos értékelés: 5 / 5készítette: Firefox felhasználó 13243261, 9 hónapja
- Csillagos értékelés: 5 / 5készítette: Firefox felhasználó 14311356, egy éve总体来说体验还是不错的,我的需要就是看到一个想要保存的图片,然后点击一次鼠标就可以快速保存下来。
- 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.Fejlesztői válasz
közzétéve: egy éveThere 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}