1. 程式人生 > >Ubuntu 16.04安裝uGet替代迅雷,並在Chrome中設置為默認下載器

Ubuntu 16.04安裝uGet替代迅雷,並在Chrome中設置為默認下載器

ria 點擊下載 sdn 顯示 同時 bin style apt 使用

uGet是采用aria2作為下載後端,所以兩個軟件都必須同時安裝。

1、安裝uGet

sudo add-apt-repository ppa:plushuang-tw/uget-stable
sudo apt-get update
sudo apt-get install uget

2、安裝aria2

sudo add-apt-repository ppa:t-tujikawa/ppa
sudo apt-get update
sudo apt-get install aria2

3、配置uGet默認下載插件為aria2

技術分享

編輯->設置->插件

技術分享

4、設置uGet為Chrome的默認下載插件

安裝uget-chrome-wrapper

sudo add-apt-repository ppa:slgobinath/uget-chrome-wrapper
sudo apt update
sudo apt install uget-chrome-wrapper

安裝Chrome插件:https://chrome.google.com/webstore/detail/uget-integration/efjgjleilhflffpbnkaofpmdnajdpepi?hl=zh-CN

添加uGet擴展後,谷歌瀏覽器右上角即可顯示uGet圖標。重啟谷歌瀏覽器,只要點擊下載鏈接,就會自動彈出uGet下載界面、自動添加下載任務。

當然,如果對於某些鏈接,仍要使用谷歌瀏覽器下載,可以用鼠標右鍵“鏈接另存為”。

參考:

http://www.linuxdiyf.com/linux/25360.html

http://www.linuxdiyf.com/linux/29480.html

http://www.linuxdiyf.com/linux/19762.html

http://blog.csdn.net/fuchaosz/article/details/51882935

Ubuntu 16.04安裝uGet替代迅雷,並在Chrome中設置為默認下載器