Cute Save Button 的评价
Cute Save Button 作者: Deil
143 条评价
- 评分 5 / 5来自 Julian McGill, 7 年前This add on detects images larger than 256px by default, and adds a button to download in one-click.
Tired of multiple clicks for every image you want to download? Then this add on is for you, as, it makes downloading pictures cuter than ever. - Must have, у меня только одна претензия к разработчику - почему он раньше не создал этот шедевр?
Какое значение добавить в исключения для 127.0.0.1? Т.е. я просматриваю файлы с localhost и мне не нужно их себе сохранять.
UPD полный адрес в строке у меня такой
http://127.0.0.1:19575/gui/index.html?media=5216f53056**************43281741 (я затер часть звездочками)
Добавление 127.0.0.1 в исключения не помогает. Иконка все равно в левом верхнем углу торчит. Особенно мешает при полноэкранном просмотре медиа. Пока вынужден отключать аддон вручную при таких случаях, что не очень удобно.
Скриншот 1 https://bit.ly/2CFvohI
Скриншот 2 https://bit.ly/2ViIWXR
UPD2 Не работает кнопка отключения аддона.
https://bit.ly/2EY3MpM
В ВК он выключен, а все равно работает. Страницу обновлял. Считаю это серьезным багом.开发者回应
发布于 7 年前По поводу локалхоста перепутал, извиняюсь, нужно document.location.host, а не hostname. То есть для исключения нужно исключение целиком с портом добавить, в вашем случае 127.0.0.1:19575
Кнопку выключения проверю обязательно, но прямо сейчас к сожалению помочь ничем не могу, не раньше следующей версии. - 评分 5 / 5来自 Firefox 用户 14457508, 7 年前
- Не могу определится между этим дополнением и "[BETA] Double-click Image Downloader". Double-click сохраняет картинки двойным кликом и уже сохранённые делает приглушённым цветом, дабы сразу было видно, какие сохранены, а какие нет. Cute Save Button в свою очередь умеет добавлять расширение .jpg к картинкам, которые на сайте вообще расширения не имеют (например kinopoisk.ru). Нужно чтобы кто-то из разработчиков этих дополнений перенял идеи другого, тогда будет идеально. А так.... не могу определится.
开发者回应
发布于 7 年前"уже сохранённые делает приглушённым цветом"
Это можно. Под опцию. Сорт оф. Бегать по всей странице и перекрашивать все картинки я точно не буду, а вот под курсором чтобы картинка или даже сама кнопка как-то окрашивалась, если уже сохранялась, это можно сделать. - 评分 5 / 5来自 fredericktham, 8 年前I 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 ! - 评分 4 / 5来自 Firefox 用户 14313326, 8 年前I've been looking for something like this for ages! Thank you so much!
I'm having a little trouble with setting hot keys so that saves go to different folders within Downloads though...the save will go into that set folder, but a duplicate also saves in the default 'Save to' location. Do you know why this might be/how I could fix it?开发者回应
发布于 8 年前Maybe I messed up with how these folders are saved in settings, had to redo it few times.
The easiest would probably be to completely uninstall the extension, so it would delete all settings, and then installing it again. Or try "Reset all" button, maybe even that would be enough.
I'll re-check everything, maybe missed some bug. Thanks for the feedback. - 评分 5 / 5来自 saatananpelle, 8 年前This 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!
开发者回应
发布于 8 年前Thanks.
Image Toolbar was my inspiration, I wanted same "Save" button but without everything else and with some control over the save process. - 评分 5 / 5来自 Firefox 用户 14203925, 8 年前can you add a option to say if the file with this filename already exists
开发者回应
发布于 8 年前The 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. - 评分 4 / 5来自 Firefox 用户 13619763, 8 年前Very useful, but like somebody said earlier, it would be much, much better if you could enable it to remember last specific folder instead of saving in "downloads" folder only.
开发者回应
发布于 8 年前I'd like to do that, but it's impossible with current Downloads API. I can't save files to any folder outside of your default save folder, and I can't open "Save As" dialog in your last saved folder because it might be outside of it as well.
And even IF we're talking only about the folders inside the default save path, which there's no way of knowing, it would only be possible with some really dirty hacks.
https://bugzilla.mozilla.org/show_bug.cgi?id=1342563
They're talking about possible "useLastDir" option, that's exactly what you want. I'll add this feature the moment Mozilla implement it.
Thanks for the feedback.