Download Assistant 是由 Goolge 出品的专用于 Chrome/Chromium 的下载助手插件,它支持使用快车、迷你快车、迅雷、迷你迅雷、QQ旋风、电驴、Orbit、Internet Download Manager 或 Free Download Manager 等下载工具来下载网洛资源,通过自定义设置可以添加更多下载工具,而且最新版本已支持 Linux 。
插件安装: Chrome Web Store
项目主页: http://code.google.com/p/chrome-download-assistant/
# 设置及使用:
安装后进行 Chrome 扩展管理器,找到下载助手工具,点击选项。
然后添加下载工具,比如使用 uget-gtk ( 没有安装的话通过 sudo apt-get install uget 来安装),输入以下设置项,使用其它下载工具的话也进行类似设置。
uget-gtk $URL
好了,现在你就可以通过右键来使用 Download Assistant 了。不过经试验发现,这个工具不支持 FTP 链接。
PS : 我想使用 Aria2 ,但因为无法打开终端,所以下载的时候不会出现进度条,大家有办法解决没?
23 Responses to Download Assistant : 支持 Linux 的 Chrome 下载助手插件
luc
三月 11th, 2011 at 1:32 下午
网速快的地方下载器好像木有什么太明显的作用吧。
[Reply]
xndcn
三月 11th, 2011 at 1:44 下午
上次想说的就是这个,为什么chrome扩展管理器里的字体,和哪的都不一样呢?难看死了,能改掉吗?
[Reply]
riku Reply:
三月 11th, 2011 at 1:46 下午
@xndcn, 这个..... 还没研究过,不过偶不太介意。
[Reply]
Boneflame Reply:
三月 17th, 2011 at 10:29 上午
@xndcn,
卸载语言包chromium-browser-l10n即可。MS装了语言包很多地方字体都会变成楷体而且没法改。不过卸载过后也就成e文版的了....
[Reply]
xndcn Reply:
三月 17th, 2011 at 1:41 下午
@Boneflame, 多谢。不过我装的是Chrome,不是Chromium啊...
[Reply]
Boneflame Reply:
三月 17th, 2011 at 10:41 下午
@xndcn,
chrome偶没装过,这个装上就是中文版的?那就不知道了唉..
[Reply]
xndcn
三月 11th, 2011 at 2:31 下午
关于添加用Aria2下载,我倒是有个办法,不过比较麻烦。
原理就是借助gnome-terminal的-x选项,来新建终端运行之后的命令,这样就不怕程序不能执行终端下的命令了。
不过我试了一下,结果发现直接添加下载器:
gnome-terminal -x aria2c $URL
结果打开了gnome-terminal却没有打开aria2c...我估计是参数传递的问题。
于是换了一下,建立脚本,如down-by-aria.sh:
#!/bin/bash
gnome-terminal -x aria2c $1
保存脚本,加上可执行权限,放到某个位置,比如我的:/home/xndcn/down-by-aria.sh
然后在chrome里添加下载器,/home/xndcn/down-by-aria.sh $URL
O了。
[Reply]
riku Reply:
三月 11th, 2011 at 2:34 下午
@xndcn, 嗯, gnome-terminal -x 的方法之前也试过,不行。脚本的方法倒没试,等下试试。
另外,我还想用 notify-send 来进行提醒,看来也只能写脚本了。
[Reply]
Qunero
三月 11th, 2011 at 4:18 下午
为什么我的设置好了,点了下载却没有反应呢?代码也同楼主的一样,如下:
aria2c -s 30 $URL
点击下载没一点反应。。。
[Reply]
xndcn Reply:
三月 11th, 2011 at 4:26 下午
@Qunero, 因为你没看见最后一行的PS...还有我的回帖...
[Reply]
Chrome支持迅雷、电驴等下载工具的方法 - Ace's Blog
三月 11th, 2011 at 9:58 下午
[...] 今天在这篇文章里发现了一个有意思的插件,叫Download Assistant。Download Assistant 是由 Goolge 出品的专用于 Chrome/Chromium 的下载助手插件,它支持使用快车、迷你快车、迅雷、迷你迅雷、QQ旋风、电驴、Orbit、Internet Download Manager 或 Free Download Manager 等下载工具来下载网洛资源,通过自定义设置可以添加更多下载工具,而且最新版本已支持 Linux 。插件安装: Chrome Web Store项目主页: http://code.google.com/p/chrome-download-assistant/ 标签:google chrome [...]
wilson
三月 12th, 2011 at 9:33 上午
装了快车for linux。每次只要直接点快车资源,选则启动外部程序即可。
[Reply]
nobbs
三月 12th, 2011 at 9:46 下午
一直都用自带的,这个插件有空再试吧。
[Reply]
stufever
三月 13th, 2011 at 11:19 下午
只可惜linux下没有太好用的,符合中国特色的下载软件
[Reply]
ubuntuwow
三月 14th, 2011 at 10:24 上午
讚!!! 等好久了!!!
[Reply]
ubuntuwow
三月 14th, 2011 at 11:02 上午
有個aria2 gui, 能顯示進度條 : http://en.sourceforge.jp/projects/sfnet_aria25/
不過下載的folder我還搞不定, 無法下到指定的folder, 目前只能下載到home
[Reply]
riku Reply:
三月 14th, 2011 at 11:37 上午
@ubuntuwow, 指定 folder 只要加个 -d 参数就可以了。 比如 aria2c -s 30 $URL -d ~/Downloads
[Reply]
ubuntuwow
三月 14th, 2011 at 11:55 上午
aria2 還是搞不定... 我看我還是乖乖的uget吧! 反正1.7.0以後backend就是基於aria2了(?) http://urlget.sourceforge.net/
[Reply]
ubuntuwow
三月 14th, 2011 at 12:11 下午
uget 1.7.2 maverick http://www.lffl.org/2011/02/uget-172-download-manager-per-linux-su.html
[Reply]
riku Reply:
三月 14th, 2011 at 12:17 下午
@ubuntuwow, 呃,我现在用 Natty ,不知道有没有相应的版本。
[Reply]
riku Reply:
三月 14th, 2011 at 12:45 下午
@ubuntuwow, 试了一下,这个 10.10 的 Deb 包可以在 Natty 上正常运行。
[Reply]
uGet 1.7.2 : 采用 aria2 为后端 [软件] | Wow!Ubuntu
三月 14th, 2011 at 1:47 下午
[...] - 感谢 UbuntuWow 童鞋在留言中的提醒。 [...]
tumutanzi
三月 18th, 2011 at 10:54 下午
可以用迅雷吗?
[Reply]