How to use aria2c with chrome as download manager in Linux
In the following site, you can found the source code and the link to the extension for google chrome:
https://github.com/robbielj/chrome-aria2-integration
After installed aria2, you must run the following sentence:
aria2c -s10 -x10 --enable-rpc --rpc-listen-all=true --rpc-allow-origin-all=true
Now, you could choose download your files with aria2c from google chrome.
Enjoy it!
https://github.com/robbielj/chrome-aria2-integration
After installed aria2, you must run the following sentence:
aria2c -s10 -x10 --enable-rpc --rpc-listen-all=true --rpc-allow-origin-all=true
Now, you could choose download your files with aria2c from google chrome.
Enjoy it!
Comments
Post a Comment