Omtaler for Cute Save Button
Cute Save Button av Deil
139 omtaler
- Vurdert til 5 ut av 5av qenxdi, 7 år sidenMust 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
В ВК он выключен, а все равно работает. Страницу обновлял. Считаю это серьезным багом.Utviklerrespons
postet 7 år sidenПо поводу локалхоста перепутал, извиняюсь, нужно document.location.host, а не hostname. То есть для исключения нужно исключение целиком с портом добавить, в вашем случае 127.0.0.1:19575
Кнопку выключения проверю обязательно, но прямо сейчас к сожалению помочь ничем не могу, не раньше следующей версии. - Vurdert til 5 ut av 5av Firefox-bruker 14457508, 7 år siden
- Vurdert til 5 ut av 5av wlyh, 7 år siden5 месяцев назад - умные прогерры есть, но ужасно мало! Вы супер!
20190504 firefox сдуру заблокировал это приложение. Дурь! - Vurdert til 5 ut av 5av Morph, 7 år sidencool 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
Utviklerrespons
postet 7 år sidenThanks. Btw there's a chrome version in description, I made it recently. - Vurdert til 4 ut av 5av Akilrajas, 7 år sidenНе могу определится между этим дополнением и "[BETA] Double-click Image Downloader". Double-click сохраняет картинки двойным кликом и уже сохранённые делает приглушённым цветом, дабы сразу было видно, какие сохранены, а какие нет. Cute Save Button в свою очередь умеет добавлять расширение .jpg к картинкам, которые на сайте вообще расширения не имеют (например kinopoisk.ru). Нужно чтобы кто-то из разработчиков этих дополнений перенял идеи другого, тогда будет идеально. А так.... не могу определится.
Utviklerrespons
postet 7 år siden"уже сохранённые делает приглушённым цветом"
Это можно. Под опцию. Сорт оф. Бегать по всей странице и перекрашивать все картинки я точно не буду, а вот под курсором чтобы картинка или даже сама кнопка как-то окрашивалась, если уже сохранялась, это можно сделать. - Vurdert til 5 ut av 5av Oppaidah, 7 år siden
- Vurdert til 5 ut av 5av fredericktham, 7 år sidenI 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 !Utviklerrespons
postet 7 år sidenupd.
-------
I've added new option, you can completely disable spacebar hotkey now. - Vurdert til 5 ut av 5av Firefox-bruker 14381965, 7 år sidenThe more easy and friendly app to save photos.
- Vurdert til 5 ut av 5av Mirzaev, 7 år siden
- Vurdert til 4 ut av 5av Firefox-bruker 14313326, 7 år sidenI'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?Utviklerrespons
postet 7 år sidenMaybe 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. - Vurdert til 5 ut av 5av saatananpelle, 7 år sidenThis 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!
Utviklerrespons
postet 7 år sidenThanks.
Image Toolbar was my inspiration, I wanted same "Save" button but without everything else and with some control over the save process. - Vurdert til 5 ut av 5av Crow, 7 år siden
- Vurdert til 5 ut av 5av Firefox-bruker 14203925, 7 år sidencan you add a option to say if the file with this filename already exists
Utviklerrespons
postet 7 år sidenThe 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. - Vurdert til 4 ut av 5av Firefox-bruker 13619763, 7 år sidenVery 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.
Utviklerrespons
postet 7 år sidenI'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. - Vurdert til 4 ut av 5av glibglob, 7 år sidenlatest update 0.5.0 breaks my ability to use custom icon.
Utviklerrespons
postet 7 år sidenReally sorry about that, just uploaded the new version, it should work again. Thanks for letting me know. - Vurdert til 4 ut av 5av Firefox-bruker 13952723, 7 år sidenLove it except the prevents duplicates option only works if you just saved something.
If you restart or already had a image it downloads it and adds a (1) to the end.Utviklerrespons
postet 7 år sidenThanks.
That's how it works now. Firefox Extensions don't have access to your local files. If you saved the file recently, I can be sure if it's a duplicate, but for your old files, the most I can say is if the file with this filename already existed, which is not enough, because some pages might have different pictures with the same filename, something like "image.jpg". Or some "1.jpg" file would prevent you from downloading another completely different file with this name. - Vurdert til 5 ut av 5av Firefox-bruker 13911673, 7 år sidenA 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.Utviklerrespons
postet 7 år sidenAre 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. - Vurdert til 5 ut av 5av kikushyu, 8 år siden
- Vurdert til 5 ut av 5av benmichael, 8 år sidenСпасибо вам за дополнение! Теперь на всех сайтах работает отлично!