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