Revisiones de Download Star
Download Star por liebs
36 revisiones
- Se valoró con 4 de 5por jd., hace 6 añosPretty good and efficient.
As noted by r.koegel, file names containing spaces or "#" (and probably other characters, but these are the two I've come across) are downloaded with "%20" instead of each space, which is somewhat awkward.
If you use Unix, the following script may help you (it sure helped me):
for f in "$@"
do
g=`echo $f | sed -e 's/%20/ /g;s/%23/#/g'`
if [ "$f" != "$g" ]
then
mv "$f" "$g"
fi
done - Se valoró con 4 de 5por r.koegel, hace 7 añosIt's about as good as it gets right now. My only issue is that it apparently can't auto rename %20 and other placeholders to the 'spaces' or other regular characters in filenames. So downloading a file such as "this file.zip" becomes "this%20file.zip"...which is annoying when downloading 1700 text files from a server.
- Se valoró con 4 de 5por Usuario de Firefox 14995552, hace 7 años
- Se valoró con 4 de 5por Usuario de Firefox 14683363, hace 7 años
- Se valoró con 4 de 5por SirnoChan, hace 7 años
- Se valoró con 4 de 5por Usuario de Firefox 5509918, hace 8 añosGood idea, but when I download items like: https://s16254.cdn.ngenix.net/audio/download?id=1363089 i get file named download.html, which is the mp3-file with .html extention. When I rename it to download.mp3, I can playback it.
- Se valoró con 4 de 5por Ofer Davidi, hace 8 añosSomething working to replace DownThemAll! :)
Still, GUI needs more clarity - Se valoró con 4 de 5por ivanm, hace 8 años
- Se valoró con 4 de 5por Usuario de Firefox 12658220, hace 8 añosThe best Down Them All replacement I've found by far. Thank You. The naming mask however, absolutely sucks. Why am I having to input and remember syntax to apply a naming mask? Other than that, I'm quite satisfied.
- Se valoró con 4 de 5por Usuario de Firefox 13236401, hace 8 añosWorks great, I would have given it 5 stars if UI was more intuitive, it took me some time to figure out how to use it.
- Se valoró con 4 de 5por Usuario de Firefox 12300494, hace 8 añosI do not know what's happening, but the extension is filtering all files as .jpg. Please fix this bug.
- Se valoró con 4 de 5por Usuario de Firefox 14179019, hace 8 añosIt has been a very useful tool until recently. It won't filter for anything other than .jpg where it used to be a very convenient batch grabber of webm and gif, etc. Probably due to some Firefox updates. Would be nice if it could be brought back. Thank you devs!
- Se valoró con 4 de 5por Alejandro24, hace 8 añosIt works fine for batch downloads. The interface is clear and simple, but sometimes it doesn't load properly. Is a nice addon for satisfying some needs since DAT! is not working anymore.
- Se valoró con 4 de 5por Usuario de Firefox 13066429, hace 8 añosThe latest update broke a feature I enjoyed from the previous one. Not using the ASCII characters when saving files. All images I have downloaded since the update have had %20 in place of spaces where it used a proper space previously.
Otherwise, it works fine, but I would like the option to disable thumbnail previews as well. - Se valoró con 4 de 5por Usuario de Firefox 11241492, hace 8 años
- Se valoró con 4 de 5por Usuario de Firefox 13712702, hace 8 añosIt's a very helpful add-on, thanks.
One question: Version 2 requires as a new permission "Access your data for all websites". Why is that?
Edited: Answered in the add-on description. Overlooked it, sorry.Respuesta del desarrollador
publicado el hace 8 añosThe answer is in the addon description, you read that didn't you?
Edit: the permission is now optional, and only enabled if you use scrape all tabs feature. - Se valoró con 4 de 5por criza, hace 8 añosI agree with the previous reviewer, a batch function so you can add multiple urls would be great! Also, can one download text and images in one step? Thank you.
- Se valoró con 4 de 5por Usuario de Firefox 13823800, hace 8 años
- Se valoró con 4 de 5por Wrun, hace 8 añosIt`s so good for me, easy to get all links what I need. But why I can`t change downloading folder?
Respuesta del desarrollador
publicado el hace 8 añosFirefox does not allow web extensions to save files outside of the default download folder. - Se valoró con 4 de 5por Usuario de Firefox 13011485, hace 8 añosFirstly I appreciate there being an effort to replace DtA since it's been left by the wayside until the creator can update it. This is an acceptible substitute. I appreciate being able to filter the availble links. Currently looking for the ability to throttle download speeds as well as queue list to squentially download one at a time.
- Se valoró con 4 de 5por aswicks, hace 8 añosThis downloads into whatever directory you have defined as your default download directory in subdirectory DownloadStar. Works fine. But, when looking at downloads in Firefox and select 'Open Containing Folder' nothing happens. When I open a PDF and then examine Properties I can find the directory that way.
But, I would really, really like to have the option of selecting the download directory like the old version.
Thanks for this plugin. I have missed this ability. Please keep up the good work. - Se valoró con 4 de 5por Usuario de Firefox 13847359, hace 8 añosI found this app because I was looking for a DownloadThemAll replacement, since it is no longer supported by the "new" and "improved" Firefox. It works as described, and saved me 380 clicks! The one thing I would love to see improved is the filenaming. The link on the website says "AN293: Temperature Compensated Real Time Clock Reference Design Programmer's Guide", the filename when I hover over the link is "an293.zip". Which do you think I would rather have?
DownloadThemAll solved this by allowing me to pick naming conventions.
Great job, otherwise. - Se valoró con 4 de 5por Usuario de Firefox 13054787, hace 8 añosThe ability to select multiple with shift+click would really make a big difference for me.