Reviews for Cute Save Button
Cute Save Button by Deil
102 reviews
- Rated 5 out of 5by Firefox user 14457508, 6 years ago
- Rated 5 out of 5by wlyh, 6 years ago5 месяцев назад - умные прогерры есть, но ужасно мало! Вы супер!
20190504 firefox сдуру заблокировал это приложение. Дурь! - Rated 5 out of 5by Morph, 6 years agocool addon, makes saving images much faster really just one click:) it's a must have addon. Would be great if it was available for chrome too. Still 5 stars from me
Developer response
posted 6 years agoThanks. Btw there's a chrome version in description, I made it recently. - Rated 5 out of 5by Oppaidah, 6 years ago
- Rated 5 out of 5by fredericktham, 6 years agoI use the spacebar to scroll down pages.
But when the mouse pointer rests on an image and the space bar it pressed, the image is saved even though the button is hidden.
How do disable automatic saving when spacebar is pressed ?
I disabled "Hide the button when not hovered" and still the same thing.
update:
thanks developer for adding this option !Developer response
posted 6 years agoupd.
-------
I've added new option, you can completely disable spacebar hotkey now. - Rated 5 out of 5by Mirzaev, 7 years ago
- Rated 5 out of 5by saatananpelle, 7 years agoThis is brilliant! My old tool for this, "Image Toolbar", doesn't work with newer Firefox versions, so I'm glad I found this great replacement. Even though the default image is "cute", it's good that you can change the icon. I replaced it with a green arrow pointing downward. Good stuff, Thank You!
Developer response
posted 7 years agoThanks.
Image Toolbar was my inspiration, I wanted same "Save" button but without everything else and with some control over the save process. - Rated 5 out of 5by Crow, 7 years ago
- Rated 5 out of 5by Firefox user 14203925, 7 years agocan you add a option to say if the file with this filename already exists
Developer response
posted 7 years agoThe button already blinks red if you saved already existing file.
Unfortunately I can't say that _before_ the download, WebExtensions don't have access to your files. Sorry, there's nothing I can do about it. - Rated 5 out of 5by Firefox user 13911673, 7 years agoA good replacement for Image Toolbar, but I miss the option "remember last folder". It was in Image Toolbar.
Yes, I'm talking abou that, what you wrote.Developer response
posted 7 years agoAre you talking about the case when "Save as" dialog is displayed on save, i.e. opened folder always should be the last one you saved images to?
Iirc Firefox already remembers last folder, but only within each website. I'm gonna look at Download API, if there's an easy way to get last download location, then I'll add this option. - Rated 5 out of 5by kikushyu, 7 years ago
- Rated 5 out of 5by benmichael, 7 years agoСпасибо вам за дополнение! Теперь на всех сайтах работает отлично!
- Rated 5 out of 5by Firefox user 13516770, 7 years agoExcellent!
Does the work perfectly.
I would suggest an option to change the file name when saving.. for example add a prefix, or a counter to the filename..
Thanks! - Rated 5 out of 5by YK, 7 years agoIs it possible to add the save option with shift + mouse hover, as well as an option that the button appears in a position relative to the cursor?. Excellent addon, thanks.
Developer response
posted 7 years ago>save option with shift + mouse hover
So, you're holding Shift, and every image under you cursor is saved automatically? Might be risky in terms of performance, but sure, why not, that's pretty handy.
>an option that the button appears in a position relative to the cursor
Calculating button position relative to the image as it is now is a huge pain in the butt. As opposed to simply putting the button under mouse cursor, it should be super easy.
Gonna add both of those in the next versions, stay tuned.
-----
added in 0.4.9 - Rated 5 out of 5by Boray Eris, 7 years ago
- Rated 5 out of 5by Firefox user 13362271, 8 years agoBeen looking for addons like this as quite a few similar "no Save-As window" addons broke with the switch to webextensions. One issue (perhaps due to limitations with webextensions): It seems like saving images is done by making a separate additional request for the file and then downloading it, rather than using the existing cached data. As a result, if the image file is deleted from the hosting server between being first viewed and then saved using this addon, it will instead download an empty file/404 error page contents into the filename (a common occurrence on sites like 4chan). Not sure if it's possible to get around this with the new API, but would be great if it could somehow default to the original cached data if available before attempting another download.
Developer response
posted 8 years agoI'd like to do this as well, but sadly with WebExtensions it's not possible, at least atm.
Downloading via WebExtensions API uses cache to some extent, most of the times (still not always for some reason) already loaded images are downloaded instantly. But there's no way to strictly specify to use/not use cached data. - Rated 5 out of 5by Lee, 8 years agoAn option to choose icon position would be nice (Top right please). Cannot use click in bing images because of the search within image icon at top left!
Great addonDeveloper response
posted 8 years agoThanks.
Customizable button position probably would be easy to implement, gonna add it later.
---added 2017.10.22---
Done. You can check it in Development Channel, in a few days I'm gonna add it to Stable.