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
Copy file name to clipboardExpand all lines: README.md
+35-7Lines changed: 35 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,32 +1,39 @@
1
1
# Gitd Download Manager Browser Extension
2
+
2
3
It is a browser extension that allows you to download only the files/folders you want without having to download all of the public repository. Github.com, Bitbucket.org, Gitlab.com provides all of the public repos in git services to download selected files and folders as a zip files with a single click, without the need for any API key or token.
3
4
4
5
The "Gitd Start" button is ready for use on every screen you see.
5
6
6
7
> Note: Gitd Download Manager browser extension creates download lists using Gitdownloadmanager.com api service.
- No limitations for selection and downloading files count
21
26
- Support branch names with includes slash
22
27
- Support Bitbucket.org commitId url (Maybe)
23
28
24
29
## Compatibility
30
+
25
31
- Chrome (Manifestv3)
26
32
- Firefox (Manifestv2)
27
33
- Microsoft Edge (Manifestv3)
28
34
29
35
## Installation
36
+
30
37
### 1. Chrome Store/Firefox Add-Ons
31
38
32
39
Go to [Gitd Download Manager](https://chrome.google.com/webstore/detail/gitd-download-manager/cbnplpkljokdodpligcaolkmodfondhl) Chrome Store Page
@@ -35,10 +42,11 @@ Go to [Gitd Download Manager](https://addons.mozilla.org/en-US/firefox/addon/git
35
42
36
43
Go to [Gitd Download Manager](https://microsoftedge.microsoft.com/addons/detail/-/-) Microsoft Edge Add-Ons Page
37
44
38
-
### 2. Production Build For Chrome Store / Firefox Add-on / Microsoft Edge
45
+
### 2. Production Build For Chrome Store / Firefox Add-on / Microsoft Edge
39
46
40
47
- Go to the folder where the `README.md` file is located and run `./build.prod.sh <NEW_VERSION>` (./build.prod.sh 1.0.1) command after go to "build/prod/<NEW_VERSION>/" folder for zip files of all versions.
41
-
```
48
+
49
+
```bash
42
50
./build/prod/1.0.1/gitd-1.0.1-v2.dev.zip -> Firefox Extension - Development version - Manifest version 2
43
51
./build/prod/1.0.1/gitd-1.0.1-v2.zip -> Firefox Extension - Production Version - Manifest version 2
44
52
./build/prod/1.0.1/gitd-1.0.1-v3.dev.zip -> Chrome Store Extension - Development version - Manifest version 3
@@ -51,7 +59,7 @@ Go to [Gitd Download Manager](https://microsoftedge.microsoft.com/addons/detail/
51
59
52
60
- Run `./build.<env>.sh <NEW_VERSION>` (./build.dev.sh 1.0.1) command after go to "build/dev/<NEW_VERSION>/" folder for zip files of all versions.
53
61
54
-
```
62
+
```bash
55
63
./build/prod/1.0.1/gitd-1.0.1-v2.dev.zip -> Firefox Extension - Development version - Manifest version 2
56
64
./build/prod/1.0.1/gitd-1.0.1-v2.zip -> Firefox Extension - Production Version - Manifest version 2
57
65
./build/prod/1.0.1/gitd-1.0.1-v3.dev.zip -> Chrome Store Extension - Development version - Manifest version 3
@@ -68,18 +76,23 @@ Go to [Gitd Download Manager](https://microsoftedge.microsoft.com/addons/detail/
68
76
6. Go to github.com, gitlab.com or bitbucket.org website
69
77
70
78
### Usage
79
+
71
80
- In the right corner of the browser, the "Gitd Start" button notifies you that the plugin is active.
72
81
- The plugin is automatically installed on Github.com and adds checkboxes, but on other websites you have to press the "Gitd Start" button.
0 commit comments