Download Star 的评价
Download Star 作者: liebs
199 条评价
- 评分 5 / 5来自 Sinha Rabi, 5 年前
- 评分 5 / 5来自 Firefox 用户 15776631, 5 年前Truly excellent add-on. Really dislike that DTA asks for so many permissions it doesn't seem to need.
As the other reviewer stated, this isn't as intuitive as it could be, but I still give it 5 stars. For example, it took a second to figure out the "Fast Filter" is not a result filter but a selection filter. In other words, it selects according to your filter rather filtering out results that don't match. It's more intuitive to use some kind of selection boxes with a selection box above all results to click on which selects all, or somehow provide a method of using Ctrl+A. Took a second to realize you can just type an asterisk in the box to select all. Still an excellent add-on. Very clean. Very fast. - 评分 5 / 5来自 Pablo Medina, 5 年前A very good extension. The naming mask option is great and useful.
For example to replace '%20' by " ", %2C by "," and %26 by "&" the following naming mask can be used:
${file|replace:/%20/: |replace:/%2C/:,|replace:/%26/:&}.${ext} - 评分 2 / 5来自 Clemens Ratte-Polle, 5 年前
- 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.
- 评分 1 / 5来自 Firefox 用户 14704518, 6 年前
- 评分 5 / 5来自 Firefox 用户 15117407, 6 年前
- 评分 5 / 5来自 Firefox 用户 15093646, 6 年前
- 评分 5 / 5来自 Saverio Costanzo, 6 年前
- 评分 5 / 5来自 Firefox 用户 14994893, 6 年前
- 评分 1 / 5来自 Firefox 用户 14976822, 6 年前Didn´t show any way to download any of the videos on the website I was visiting
- 评分 4 / 5来自 Firefox 用户 14995552, 6 年前
- 评分 1 / 5来自 Firefox 用户 14988695, 6 年前