Ocene za Double-click Image Downloader
Double-click Image Downloader — Marnes
125 ocen
- Ocenjeno z 5 od 5— Uporabnik Firefoxa 12362519, pred 5 leti
- Ocenjeno z 5 od 5— Uporabnik Firefoxa 12372411, pred 5 letiNow I can give this a 5 stars since I have finally found an easy to use fix for users that have the problem about images getting saved without an file-extension! (especially images from Twitter) All that's needed is this batch file:
---
@echo off
color 0a
REM Change drive to D:/ because my files are there
REM If yours are on C, you can remove this and change all Ds to Cs
cd /d d:
REM Move only files WITHOUT an extension to TempDirectory
MOVE D:\Downloads\*. D:\TempDirectory\
REM Change directory to TempDirectory
cd D:\TempDirectory
REM Rename all files from "file" to "file.jpg"
ren *.* *.jpg
REM Move files back to origin folder
MOVE D:\TempDirectory\* D:\Downloads
EXIT
---
I know it's not good practice to assume all images are JPEGs but it's enough to view them, which is all I wanted. - Ocenjeno z 5 od 5— Vedun, pred 5 leti
- Ocenjeno z 5 od 5— Soykan A., pred 5 leti
- Ocenjeno z 5 od 5— Uporabnik Firefoxa 15738184, pred 5 leti
- Ocenjeno z 5 od 5— Andrei Muresan, pred 5 letiAwesome little plugin. Thanks a lot. I'm rating and writing here even though I had to install Chrome in order to make use of the auto-rename options of the plugin.
I do work a lot with images and your plugin comes very handy. Yet, there's something I would really appreciate if you could add. Actually I'm thinking about 2 features:
1 / To be able to set a hotkey to reset %counter%
2 / Add %folder% variable with possibility to change it in options panel and QUICKLY by HOTKEY.
or hotkey to quickly edit Filename Pattern :)
or at least hotkey to plugin options? :)) then I'll have to scroll down and edit... :(
Hotkey to plugin options? - but please, if you do it by adding %folder% variable, add the edit form right above or below Hover Hotkey form, so that you don't have to scroll down to edit it.
I'm saving lots of images in sessions. I save 10-20 images, then again, but in new folder. And so on. That's why the requests above. The plugin already saves me time. But adding the features above would be more than awesome. I'm also going to send you a big beer using the button below :)
Yeah, I'm talking about the plugin for Chrome, of course :))
Cheers!Odgovor razvijalca
objavljeno ob pred 5 letiHey, glad you like it, thanks for the extensive post. Sorry for the late reply, life is busy.
Your #1 idea, sorry, but it's too much work to create a configurable hotkey just for that. I could do it as a toolbar button instead quite easily, but that feels odd. Anyway, please follow up on it here: https://gitlab.com/Marnes/doubleclick-image-downloader/-/issues/72
As for #2, what would %folder% refer to? If you mean changing the download folder itself, sorry, but I couldn't even if I wanted to. Modern addon design makes this a privileged browser setting, not for addons to control. If you have a different idea for %folder%, please post an issue on gitlab (like for #1) with an explanation.
Hotkeys for things are generally a lot of work and maintenance, and just not worth it then, sorry. As for the options screen order, changing the order would be good for one person but bad for someone else. I think it's balanced as it is now.
For your folders, would it be a solution if I added an alternative counter variable that would increment at a toolbar button press? Then you could set up a numeric folder pattern and hit the toolbar button to end one group of images in your session. Follow up here: https://gitlab.com/Marnes/doubleclick-image-downloader/-/issues/73
You'd be the first person to donate in a long time, and the first since I completely rewrote all my addons with a whole new coding framework and language, so it'd be much appreciated, thanks :) - Ocenjeno z 5 od 5— cgc, pred 5 leti
- Ocenjeno z 5 od 5— Uporabnik Firefoxa 14582672, pred 5 leti
- Ocenjeno z 5 od 5— alphapack, pred 5 letiWriting this review to give you an idea to fix already known issue (https://addons.mozilla.org/en-US/firefox/addon/double-click-image-download/reviews/1464906/).
SOLUTION: Find a way to check if the filename contains any extension, if it doesn't then try to find the image type (AFAIK a lot of sites can do this already, so there might be a library for that) and then just add it to the filename.
Good luck :)Odgovor razvijalca
objavljeno ob pred 5 letiThanks for the constructive input, but unfortunately filename extensions are not a reliable way to determine file types. They can be missing, simply incorrect (how often I've come across a .jpg that was actually a png and vice versa...), or some website-specific filename thing that happens to have a period in it so it looks like an extension. Browsers can determine the content type themselves by looking at the data, but in HTTP requests the convention is that the server must provide a human-friendly filename with a convenient extension and only the browser can make a last ditch attempt. If a server provides no meaningful name for a file triggered by this addon, then there's nothing it can do to help the situation, it's the least qualified party involved. - Ocenjeno z 5 od 5— Alice, pred 5 letiSpectacular addon like no other. A must for someone like me. I noticed another review asking why saved images sometimes don't have an extension, which was my very question. I read your reply, and it didn't indicate to me whether or not it would be possible for the addon to default an extension in the settings or something, like automatically assign an extension of your or the user's choice to any picture. So, is that possible? Also, could you link to this addons.mozilla.org page in the description so it's easier to rate, and/or provide contact information? Thanks.
Odgovor razvijalca
objavljeno ob pred 5 letiI'm glad you like it, thanks for the message. "automatically assign an extension of your or the user's choice to any picture" this is possible, but it would be incorrect and bad behavior. Blindly defaulting to adding .jpg for example to any unknown image, means e.g. a png image could get the jpg extension. Nowadays this should cause no issues, but I consider it an anti-feature because it's simply wrong, so I will not implement it, sorry. Browsers have tricks to determine an extension and will do so whenever possible. If one cannot be determined by the browser, addons are not in a better position to try it. As for the AMO link, I'm surprised firefox doesn't provide that link by itself... So I guess, I might add AMO links to the descriptions next time I work on the text. - Ocenjeno z 5 od 5— Anax, pred 5 letiαπίστευτο, κάνει ό,τι λέει. Μην ξεχάσετε να κάνετε κλικ την επιλογή να μετονομάζει τις φωτό που κατεβάζει γιατί δεν θα μπορείτε να τις δείτε.
- Ocenjeno z 5 od 5— pstrg, pred 5 letiVery handy extension, simple and effective - use it a lot.
Even though there's a warning about a Firefox bug, would suggest to add %datetime% to renaming pattern options.
Of course, if suggestion is accepted, ISO format should be preferred (yyyy-mm-dd_hh.mm.ss).
Compliments to author.Odgovor razvijalca
objavljeno ob pred 5 letiSorry for the late reply, glad you like it, thanks. I like your idea, please follow progress here: https://gitlab.com/Marnes/doubleclick-image-downloader/issues/71 - Ocenjeno z 5 od 5— Uporabnik Firefoxa 15423046, pred 5 leti
- Ocenjeno z 5 od 5— Uporabnik Firefoxa 14274969, pred 6 leti
- Ocenjeno z 5 od 5— Uporabnik Firefoxa 15238278, pred 6 letiThis is a awesome app, no pop ups or other screens that you have to wait for it to load, just double-click, or with the Android, just double tap. Thank you Marnes
- Ocenjeno z 5 od 5— Uporabnik Firefoxa 14800646, pred 6 leti
- Ocenjeno z 5 od 5— Uporabnik Firefoxa 13242575, pred 6 leti
- Ocenjeno z 5 od 5— Uporabnik Firefoxa 15022457, pred 6 leti
- Ocenjeno z 5 od 5— Taylor, pred 6 leti
- Ocenjeno z 5 od 5— Uporabnik Firefoxa 14909960, pred 6 letiBuna, foarte buna si simpla extensia. Felicitari!
- Ocenjeno z 5 od 5— White_Oz, pred 6 letiWhen Mozilla allows you, Please make it work so that it remembers the last destination that you have downloaded to, so that when you click the button then the save as dialog appears with the last download location. In that way you have to only click 2 times(or one click and enter) to save an image.
Cheers! - Ocenjeno z 5 od 5— Uporabnik Firefoxa 14678762, pred 6 leti
- Ocenjeno z 5 od 5— Uporabnik Firefoxa 14671611, pred 6 leti
- Ocenjeno z 5 od 5— Julian McGill, pred 6 letiGreat work, works well and basic customization options, which give it a nice touch.