Skip to content
This repository has been archived by the owner on Mar 22, 2018. It is now read-only.

Commit

Permalink
Updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
slgobinath committed Oct 7, 2016
1 parent 1577ad9 commit 2755741
Showing 1 changed file with 34 additions and 3 deletions.
37 changes: 34 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@ Integrate the famous FOSS uGet Download Manager with Google Chrome in Linux syst


## Installation
### Installing uGet Download Manager

If you do not have [uGet](http://ugetdm.com/) Download Manager, install the latest version using the following commands.

1: Add the PPA: `sudo add-apt-repository ppa:plushuang-tw/uget-stable`

2: Download the package list: `sudo apt update`

3: Install uget: `sudo apt install uget`


### Installing uget-chrome-wrapper

**Method 1: From PPA**

1: Add the PPA: `sudo add-apt-repository ppa:slgobinath/uget-chrome-wrapper`
Expand All @@ -11,15 +24,19 @@ Integrate the famous FOSS uGet Download Manager with Google Chrome in Linux syst

3: Install uget-chrome-wrapper: `sudo apt install uget-chrome-wrapper`

4: Install [uGet Integration](https://chrome.google.com/webstore/detail/uget-integration/efjgjleilhflffpbnkaofpmdnajdpepi) extension to your Google Chrome.
4: Install [uGet Integration](https://chrome.google.com/webstore/detail/uget-integration/efjgjleilhflffpbnkaofpmdnajdpepi) extension to your browser.

5: Restart the browser



**Method 2: From Debian**

1: Download and install the debian file from [here](http://ppa.launchpad.net/slgobinath/uget-chrome-wrapper/ubuntu/pool/main/u/uget-chrome-wrapper)

2: Install [uGet Integration](https://chrome.google.com/webstore/detail/uget-integration/efjgjleilhflffpbnkaofpmdnajdpepi) extension to your Google Chrome.
2: Install [uGet Integration](https://chrome.google.com/webstore/detail/uget-integration/efjgjleilhflffpbnkaofpmdnajdpepi) extension to your browser.

3: Restart the browser



Expand All @@ -31,7 +48,10 @@ Integrate the famous FOSS uGet Download Manager with Google Chrome in Linux syst

3: Download the com.javahelps.ugetchromewrapper.json to that directory: `sudo wget https://raw.githubusercontent.com/slgobinath/uget-chrome-wrapper/master/uget-chrome-wrapper/conf/com.javahelps.ugetchromewrapper.json --output-document /etc/opt/chrome/native-messaging-hosts/com.javahelps.ugetchromewrapper.json`

4: Install [uGet Integration](https://chrome.google.com/webstore/detail/uget-integration/efjgjleilhflffpbnkaofpmdnajdpepi) extension to your Google Chrome.
4: Install [uGet Integration](https://chrome.google.com/webstore/detail/uget-integration/efjgjleilhflffpbnkaofpmdnajdpepi) extension to your browser.

5: Restart the browser


## Usage
Simply click on any downloadable links to download the file. 'uGet new Download' dialog will appear and continue the download.
Expand All @@ -40,15 +60,26 @@ To disable uGet from interrupting your download, press <kbd>Insert</kbd> key and


## Contributing
**Are you a user?**

Please test uget-chrome-wrapper on your system and report any issues [here](https://github.com/slgobinath/uget-chrome-wrapper/issues)

**Are you a developer?**

1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request

**Are you using a different operating system?**

Please test uget-chrome-wrapper and create installers for your operating system

## History
Version 1.2:
* Now uget-chrome-wrapper supports Google Chrome, Chromium and Vivaldi

Version 1.1:
* Fix extension id mismatch
* Fix %20 in filename
Expand Down

0 comments on commit 2755741

Please sign in to comment.