Cute Save Button 的评价
Cute Save Button 作者: Deil
105 条评价
- 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
В ВК он выключен, а все равно работает. Страницу обновлял. Считаю это серьезным багом.开发者回应
发布于 6 年前По поводу локалхоста перепутал, извиняюсь, нужно document.location.host, а не hostname. То есть для исключения нужно исключение целиком с портом добавить, в вашем случае 127.0.0.1:19575
Кнопку выключения проверю обязательно, но прямо сейчас к сожалению помочь ничем не могу, не раньше следующей версии. - 评分 5 / 5来自 Firefox 用户 14457508, 6 年前
- 评分 5 / 5来自 fredericktham, 7 年前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 ! - 评分 5 / 5来自 saatananpelle, 7 年前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!
开发者回应
发布于 7 年前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, 7 年前can you add a option to say if the file with this filename already exists
开发者回应
发布于 7 年前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. - 评分 5 / 5来自 Firefox 用户 13911673, 7 年前A 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.开发者回应
发布于 7 年前Are 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. - 评分 5 / 5来自 Firefox 用户 13516770, 7 年前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! 开发者回应
发布于 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