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

Commit 2755741

Browse files
committed
Updating readme
1 parent 1577ad9 commit 2755741

File tree

1 file changed

+34
-3
lines changed

1 file changed

+34
-3
lines changed

README.md

Lines changed: 34 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@ Integrate the famous FOSS uGet Download Manager with Google Chrome in Linux syst
33

44

55
## Installation
6+
### Installing uGet Download Manager
7+
8+
If you do not have [uGet](http://ugetdm.com/) Download Manager, install the latest version using the following commands.
9+
10+
1: Add the PPA: `sudo add-apt-repository ppa:plushuang-tw/uget-stable`
11+
12+
2: Download the package list: `sudo apt update`
13+
14+
3: Install uget: `sudo apt install uget`
15+
16+
17+
### Installing uget-chrome-wrapper
18+
619
**Method 1: From PPA**
720

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

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

14-
4: Install [uGet Integration](https://chrome.google.com/webstore/detail/uget-integration/efjgjleilhflffpbnkaofpmdnajdpepi) extension to your Google Chrome.
27+
4: Install [uGet Integration](https://chrome.google.com/webstore/detail/uget-integration/efjgjleilhflffpbnkaofpmdnajdpepi) extension to your browser.
28+
29+
5: Restart the browser
1530

1631

1732

1833
**Method 2: From Debian**
1934

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

22-
2: Install [uGet Integration](https://chrome.google.com/webstore/detail/uget-integration/efjgjleilhflffpbnkaofpmdnajdpepi) extension to your Google Chrome.
37+
2: Install [uGet Integration](https://chrome.google.com/webstore/detail/uget-integration/efjgjleilhflffpbnkaofpmdnajdpepi) extension to your browser.
38+
39+
3: Restart the browser
2340

2441

2542

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

3249
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`
3350

34-
4: Install [uGet Integration](https://chrome.google.com/webstore/detail/uget-integration/efjgjleilhflffpbnkaofpmdnajdpepi) extension to your Google Chrome.
51+
4: Install [uGet Integration](https://chrome.google.com/webstore/detail/uget-integration/efjgjleilhflffpbnkaofpmdnajdpepi) extension to your browser.
52+
53+
5: Restart the browser
54+
3555

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

4161

4262
## Contributing
63+
**Are you a user?**
64+
65+
Please test uget-chrome-wrapper on your system and report any issues [here](https://github.com/slgobinath/uget-chrome-wrapper/issues)
66+
67+
**Are you a developer?**
4368

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

75+
**Are you using a different operating system?**
76+
77+
Please test uget-chrome-wrapper and create installers for your operating system
5078

5179
## History
80+
Version 1.2:
81+
* Now uget-chrome-wrapper supports Google Chrome, Chromium and Vivaldi
82+
5283
Version 1.1:
5384
* Fix extension id mismatch
5485
* Fix %20 in filename

0 commit comments

Comments
 (0)