Cute Save Button에 대한 리뷰
Cute Save Button 제작자: Deil
리뷰 139개
- 5점 만점에 4점Firefox 사용자 12887653 님, 8년 전I am using it. attachment.php,Can not get the name?
For example
http://forums.azbilliards.com/showthread.php?t=466267
Thank you for your cooperation in advance.개발자 답글
8년 전에 게시됨It still happens sometimes. Please give me an example and I'll try to fix it.
-----
Thanks for the link, I'll fix that in the next version. - 5점 만점에 5점Firefox 사용자 13516770 님, 8년 전Excellent!
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! - 5점 만점에 3점Dreamdrawer 님, 8년 전
- Excellent extension. Very convenient. Before that, I used Image Toolbar. Of course, it is more convenient. Because it knows how to ask where to save an image, can copy the link to the image and show information about the image. I would very much like to see in your extension a standard dialog for saving the image. But even without this, your extension is.
개발자 답글
8년 전에 게시됨>standard dialog for saving the image
Sure, no problem. In next version.
-----
added in 0.4.9 개발자 답글
8년 전에 게시됨>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- 5점 만점에 5점Boray Eris 님, 8년 전
- 5점 만점에 5점Firefox 사용자 13362271 님, 8년 전Been 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.
개발자 답글
8년 전에 게시됨I'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. 개발자 답글
8년 전에 게시됨Thanks.
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.- Saving image with a tap of the space bar is likely the easiest way to save image I've ever come across, even the famed Save Image In Folder addon do not get to this level of ease ... unbelivable, I was lamenting the compatibility issue of Save Image until I come across this addon, it reaffirms my faith to stick with Firefox ... by the way, it would be great if it is possible to assign another hotkey to save images to a second directory in addition to the primary one, but I'm already very happy with the current functionality as it is ... I'm sure the rating will be higher (what it deserves) once people discover they can save image with a tap of the space bar .. this should be highlighted in the descriptions of the addon ... great thinking :)
개발자 답글
8년 전에 게시됨Thanks for your kind words, I'm glad you liked it.
I was thinking about custom directories with hotkeys for a while, probably gonna add this soon. Stay tuned.
---added 2017.10.22---
Done. You can check it in Development Channel, in a few days I'm gonna add it to Stable. 개발자 답글
8년 전에 게시됨I think I made it compatible with 52.* Thanks for the report.
Please wait for the next version, it's waiting for Mozilla approval now.
-----------------------
It's working with 52 now. I can't guarantee something earlier though.- 5점 만점에 5점Firefox 사용자 12567252 님, 8년 전Light and usefull. Perfectly function . You save my day man !
Could you add an option to copy dowload link to clipboard? Sometimes I just need the download link of webms to open it with an external player.
Thank you so much for the good work!개발자 답글
8년 전에 게시됨This will be in the next release, 0.3.9 probably. I wanted to do something with middle click anyway.
Maybe I should also add new filename copying.