Download Star のレビュー
Download Star 作成者: liebs
合計レビュー数: 36
- Pretty 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 - It'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.
- 5 段階中 4 の評価Firefox ユーザー 14995552 によるレビュー (7年前)
- 5 段階中 4 の評価Firefox ユーザー 14683363 によるレビュー (7年前)
- 5 段階中 4 の評価Firefox ユーザー 5509918 によるレビュー (8年前)Good 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.
- 5 段階中 4 の評価Ofer Davidi によるレビュー (8年前)Something working to replace DownThemAll! :)
Still, GUI needs more clarity - 5 段階中 4 の評価Firefox ユーザー 12658220 によるレビュー (8年前)The 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.
- 5 段階中 4 の評価Firefox ユーザー 13236401 によるレビュー (8年前)Works 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.
- 5 段階中 4 の評価Firefox ユーザー 12300494 によるレビュー (8年前)I do not know what's happening, but the extension is filtering all files as .jpg. Please fix this bug.
- 5 段階中 4 の評価Firefox ユーザー 14179019 によるレビュー (8年前)It 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!
- 5 段階中 4 の評価Alejandro24 によるレビュー (8年前)It 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.
- 5 段階中 4 の評価Firefox ユーザー 13066429 によるレビュー (8年前)The 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. - 5 段階中 4 の評価Firefox ユーザー 11241492 によるレビュー (8年前)
- 5 段階中 4 の評価Firefox ユーザー 13712702 によるレビュー (8年前)It'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.開発者の返信
投稿日時: 8年前The 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. - 5 段階中 4 の評価Firefox ユーザー 13823800 によるレビュー (8年前)
- 5 段階中 4 の評価Firefox ユーザー 13011485 によるレビュー (8年前)Firstly 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.
- This 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. - 5 段階中 4 の評価Firefox ユーザー 13847359 によるレビュー (8年前)I 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. - 5 段階中 4 の評価Firefox ユーザー 13054787 によるレビュー (8年前)The ability to select multiple with shift+click would really make a big difference for me.