You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 22, 2018. It is now read-only.
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)
9
21
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.
11
23
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.
14
35
15
36
## Usage
16
37
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
28
49
29
50
30
51
## History
52
+
Version 1.1:
53
+
* Fix extension id mismatch
54
+
* Fix %20 in filename
55
+
31
56
Version 1.0:
32
57
* Integrate uGet Download Manager with Google Chrome
0 commit comments