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

Commit 404e6d3

Browse files
committed
Update readme
1 parent 8861065 commit 404e6d3

File tree

1 file changed

+29
-4
lines changed

1 file changed

+29
-4
lines changed

README.md

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

44

55
## Installation
6+
**Method 1: From PPA**
7+
68
1: Add the PPA: `sudo add-apt-repository ppa:slgobinath/uget-chrome-wrapper`
79

8-
2: Install uget-chrome-wrapper: `sudo apt-get install uget-chrome-wrapper`
10+
2: Download the package list: `sudo apt update`
11+
12+
3: Install uget-chrome-wrapper: `sudo apt install uget-chrome-wrapper`
13+
14+
4: Install [uGet Integration](https://chrome.google.com/webstore/detail/uget-integration/efjgjleilhflffpbnkaofpmdnajdpepi) extension to your Google Chrome.
15+
16+
17+
18+
**Method 2: From Debian**
19+
20+
1: Download and install the debian file from [here](http://ppa.launchpad.net/slgobinath/uget-chrome-wrapper/ubuntu/pool/main/u/uget-chrome-wrapper)
921

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

12-
Still, the extension is not published to the Chrome Webstore.
13-
Please install the extension manually, until the extension is published.
24+
25+
26+
**Method 3: Manual Installation**
27+
28+
1: Download the uget-chrome-wrapper to /usr/lib/bin: `sudo wget https://raw.githubusercontent.com/slgobinath/uget-chrome-wrapper/master/uget-chrome-wrapper/bin/uget-chrome-wrapper --output-document /usr/lib/bin/uget-chrome-wrapper`
29+
30+
2: Create a new directory native-messaging-hosts if not exists: `sudo mkdir -p /etc/opt/chrome/native-messaging-hosts`
31+
32+
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`
33+
34+
4: Install [uGet Integration](https://chrome.google.com/webstore/detail/uget-integration/efjgjleilhflffpbnkaofpmdnajdpepi) extension to your Google Chrome.
1435

1536
## Usage
1637
Simply click on any downloadable links to download the file. 'uGet new Download' dialog will appear and continue the download.
@@ -28,6 +49,10 @@ To disable uGet from interrupting your download, press <kbd>Insert</kbd> key and
2849

2950

3051
## History
52+
Version 1.1:
53+
* Fix extension id mismatch
54+
* Fix %20 in filename
55+
3156
Version 1.0:
3257
* Integrate uGet Download Manager with Google Chrome
3358

0 commit comments

Comments
 (0)