Revisiones de Double-click Image Downloader
Double-click Image Downloader por Marnes
178 revisiones
- Se valoró con 3 de 5por Gabrielwillames, el hace 4 años
- Se valoró con 5 de 5por Antony, el hace 4 años
- Se valoró con 5 de 5por Usuario de Firefox 15081723, el hace 4 años
- Se valoró con 5 de 5por KxNdrLXKSUPmcImWBIYhr, el hace 4 años
- Se valoró con 5 de 5por CASK.exe, el hace 4 años
- Se valoró con 5 de 5por nevtelen, el hace 4 años
- Se valoró con 5 de 5por SmaugTheDragon, el hace 4 años
- Se valoró con 3 de 5por MX, el hace 4 añosDebería de dejar descargar las imágenes de instagram, al menos en Firefox, ya que la forma de descargar las imágenes de la pagina web, no es muy complicado si se accede a la información de la pagina web.
Respuesta del desarrollador
publicado el hace 4 añosAssuming the translation by google is correct: I won't build site-specific support into this tool. It's meant to be a generic image downloader that works well on sites with conventional HTML structures that expose images in an accessible way. Instagram is one of those sites with overly complicated, image-hiding webpage structures. I find a 2-star rating just for not working well on instagram a bit superficial since there's so much more to this addon and it works fine on most websites, but ok. - Se valoró con 5 de 5por Siddhatehuti, el hace 4 años
- Se valoró con 5 de 5por Muhammad, el hace 4 años
- Se valoró con 5 de 5por Achraf Noui, el hace 4 añosThis Extension is very helpful for downloading Facebook,Pineterest Pics
- Se valoró con 4 de 5por Usuario de Firefox 16033589, el hace 5 años
- Se valoró con 5 de 5por Usuario de Firefox 13281061, el hace 5 añosFoda kkkkkkkkkk mas seria melhor se fosse 3 clicks.
- Se valoró con 5 de 5por CGC, el hace 5 años
- Se valoró con 4 de 5por Usuario de Firefox 15950359, el hace 5 añosSuper fast to save images!
I would like to have an option to auto add a timestamp in filename when saving, to have: timestamp+original filename.
Thank youRespuesta del desarrollador
publicado el hace 5 añosThat's not a bad idea, though the exact format will be an issue, and you could achieve this through your file manager and a renaming program, but that's understandably more effort. Maybe I can add y/m/d h/m/s variables that you can use as desired. I'm slogging through technical work on my addons right now and don't expect to work on new features for some time still though. Please follow progress or discuss here: https://gitlab.com/Marnes/doubleclick-image-downloader/-/issues/78 - Se valoró con 4 de 5por Usuario de Firefox 12284220, el hace 5 años
- Se valoró con 5 de 5por Usuario de Firefox 13064261, el hace 5 años
- Se valoró con 5 de 5por Usuario de Firefox 12362519, el hace 5 años
- Se valoró con 5 de 5por Usuario de Firefox 12372411, el hace 5 añosNow 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. - Se valoró con 3 de 5por Usuario de Firefox 15773514, el hace 5 años
- Se valoró con 5 de 5por Vedun, el hace 5 años
- Se valoró con 5 de 5por Soykan A., el hace 5 años
- Se valoró con 5 de 5por Usuario de Firefox 15738184, el hace 5 años
- Se valoró con 5 de 5por Andrei Muresan, el hace 5 añosAwesome 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!Respuesta del desarrollador
publicado el hace 5 añosHey, 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 :)