Chrome 扩展: PyAxelWS 下载加速器

29 十二
2010
# 作者: riku / 本文采用CC BY-NC-SA 2.5协议授权,转载请注明本文链接

通常我下载网络资源的方式是,获取链接后在终端下通过 AxelAria2 等多线程下载工具来下载,但这种方式的不便之处在于需要来回切换,操作过多。但事实上,在 Linux 下支持浏览器的 GUI 下载工具并不多,那么接下来要介绍的 PyAxelWS Download Accelerator 算是一个不错的解决方案吧。

PyAxelWS Download Accelerator 是一个用于加速下载的 Crhome 扩展工具,它后台采用 Python 脚本 PyAxelWS ( Pyaxel 的增强版,相当于 axel 的 python 实现,用于在终端下加速下载),而前端则使用 HTML5 Web Sockets 和 Javascript 库来实现,提供漂亮的前台控制界面,主要功能有:与 Chrome 整合,多线程加速下载,断点续传,可限制下载速度等等。

# 截图:控制界面

安装:

  1. 下载 PyAxelWS Python 脚本,然后解压到任何文件夹,并运行 python pyaxelws.py ,不要关闭该窗口。
    当然你也可以设置为每次开机自动启动,到 System > Preferences > Startup Applications 菜单中创建一个启动项, 命令一栏里输入 dtach -A python /home/yourusername/scripts101/pyaxelws.py ,脚本路径请自已替换。( 另外,请先通过 sudo apt-get install dtach 来安装 dtach 工具)
  2. 下载并安装 PyAxelWS Download Accelerator Chrome 扩展
  3. 最后到 PyAxelWS 扩展选项中点击 Test Connection 来测试是否安装成功,成功的话就可以正常使用了。

#截图:整合进 Chrome 菜单

作者:riku

Bio: 关注新网络、Web2.0、移动应用;Nexus S/Andorid,iPad,FreeBSD,Ubuntu 用户;伪设计师,好推墙运动。
链接:Blog - Twitter - Facebook - 此作者的更多文章

22 Responses to Chrome 扩展: PyAxelWS 下载加速器

Avatar

wecing

Chromium 8.0.552.224 Chromium 8.0.552.224 Ubuntu 10.04 Ubuntu 10.04

十二月 29th, 2010 at 5:13 下午

>> 是一个用于加速下载的 Crhome 扩展工具

[Reply]

Avatar

wecing

Chromium 8.0.552.224 Chromium 8.0.552.224 Ubuntu 10.04 Ubuntu 10.04

十二月 29th, 2010 at 5:15 下午

呃,我弱弱地问下,使用多线程会导致别人的下载速度下降吧……

[Reply]

Google Chrome 9.0.597.19 Google Chrome 9.0.597.19 GNU/Linux GNU/Linux

Lanpice Reply:

@wecing, 没吧。又不是P2P下载。

[Reply]

Avatar

buptguo

Google Chrome 8.0.552.224 Google Chrome 8.0.552.224 GNU/Linux GNU/Linux

十二月 29th, 2010 at 7:09 下午

如何把这个插件整合进chrome的右键菜单里呀?或者能设置成默认的吗?

[Reply]

Google Chrome 8.0.552.215 Google Chrome 8.0.552.215 Windows 7 Windows 7

buptguo Reply:

@buptguo,
居然没识别出来时Ubuntu10.10

[Reply]

Google Chrome 10.0.612.1 Google Chrome 10.0.612.1 GNU/Linux GNU/Linux

riku Reply:

@buptguo, Chrome 插件安装后就自动整合了。

[Reply]

Google Chrome 8.0.552.224 Google Chrome 8.0.552.224 GNU/Linux GNU/Linux

buptguo Reply:

@riku,
为什么我的都没有速度呀,链接测试那里是成功的。

[Reply]

Google Chrome 7.0.517.44 Google Chrome 7.0.517.44 GNU/Linux GNU/Linux

ubuntuwow Reply:

@buptguo,

確定先裝好aria2 或 axel (synaptic裡頭找)
此外要運行 : python /???/???/pyaxelws.py

可在終端機下跑看看有沒有問題
若沒問題就把指令貼在開機啟動裡

[Reply]

Avatar

bachue

Google Chrome 8.0.552.224 Google Chrome 8.0.552.224 GNU/Linux GNU/Linux

十二月 29th, 2010 at 7:53 下午

他支持https和ftp吗??

[Reply]

Google Chrome 10.0.612.1 Google Chrome 10.0.612.1 GNU/Linux GNU/Linux

riku Reply:

@bachue, https 没试过,ftp 不支持。

[Reply]

Avatar

joyhub2140

Chromium 8.0.552.224 Chromium 8.0.552.224 Ubuntu 10.10 x64 Ubuntu 10.10 x64

十二月 29th, 2010 at 7:55 下午

至今一直没找到一个满意的下载工具,现在居然习惯了浏览器自身的下载工具~~~

[Reply]

Google Chrome 10.0.624.0 Google Chrome 10.0.624.0 Windows 7 Windows 7

Boneflame Reply:

@joyhub2140,

我一直都很习惯....

[Reply]

Avatar

ledmirage

Namoroka 3.6.12 Namoroka 3.6.12 GNU/Linux x64 GNU/Linux x64

十二月 30th, 2010 at 9:14 上午

using DowmThemAll for firefox ...

[Reply]

Avatar

ubuntuwow

Google Chrome 7.0.517.44 Google Chrome 7.0.517.44 GNU/Linux GNU/Linux

十二月 30th, 2010 at 12:34 下午

chromeget比較好用,一樣是python腳本, Windows Chrome也可用, 它能自動偵測下載加速器,要用axel or aria2也是可以

https://chrome.google.com/extensions/detail/mpijomibinnmipdpijgaccmhadeghlin?hl=en

我是用alltray開啟gnome-terminal裏頭再開chromeget.py 這樣的話就可以方便看下載進度...

python /home/xxx/chromeget.py aria2c -d /home/xxx/Desktop

就能用aria2下載文件到桌面了

[Reply]

Google Chrome 10.0.612.1 Google Chrome 10.0.612.1 GNU/Linux GNU/Linux

riku Reply:

@ubuntuwow, 作者的网站挂了,没法下载到 chromeget.py 文件。囧

[Reply]

Google Chrome 7.0.517.44 Google Chrome 7.0.517.44 GNU/Linux GNU/Linux

ubuntuwow Reply:

@riku,

你可以下來看看:

http://www.megaupload.com/?d=FO8IGKGQ

OR

http://www.xun6.com/file/8d6644766/chromeget.py.tar.gz.html

[Reply]

Google Chrome 10.0.612.1 Google Chrome 10.0.612.1 GNU/Linux GNU/Linux

riku Reply:

@ubuntuwow, 谢谢

[Reply]

Google Chrome 7.0.517.44 Google Chrome 7.0.517.44 GNU/Linux GNU/Linux

ubuntuwow Reply:

@riku,

用了下PyAxelws, 發現這個PyAxelws比chromeget好用些,主要是下載進程都整合進去chrome界面了, chromeget的話還得開console 才看得到。

Chromeget好處是可以自動偵測一些知名的下載工具, 包括Windows下,也可以自訂命令調出下載程序

希望Chrome也能弄個Downthemall那就方便了,但之前看開發者的blog是說不可能做到...

[Reply]

Avatar

rangerboy

Firefox 3.6.13 Firefox 3.6.13 Windows 7 Windows 7

十二月 30th, 2010 at 3:30 下午

不知道能不能赶上downthemall

[Reply]

Avatar

firefoxmmx

Google Chrome 10.0.603.0 Google Chrome 10.0.603.0 GNU/Linux x64 GNU/Linux x64

十二月 30th, 2010 at 6:58 下午

又发现一个好东东。。标记。

[Reply]

Avatar

ubuntuwow

Google Chrome 9.0.597.19 Google Chrome 9.0.597.19 Windows XP Windows XP

十二月 31st, 2010 at 10:31 下午

太好了! 剛才試了下, Windows 下的Chrome也可用!!!

不過只限用 python 2.6 or 2.7 3.x 不行
Python 2.7: http://www.python.org/download/releases/2.7/

python(win)和aria2(win)的資料夾路徑最好都加在environment variable => "path" 裡頭 , 如下圖所示 : http://www.ibm.com/developerworks/cn/education/web/wa-facebookflex/fig04.jpg

[Reply]

Avatar

lainme

Opera 11.01 Opera 11.01 GNU/Linux x64 GNU/Linux x64

二月 7th, 2011 at 4:16 下午

好像不能https

[Reply]

Comment Form

top

无觅相关文章插件,快速提升流量