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
+13-7
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
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, Gitea.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
+
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, Gitea.com, Gitee.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.
4
4
5
5
If you see "Gitd Start" button, It is ready for use on every screen you see. You have to to click (checkboxes appears) and can starting to select files.
6
6
@@ -30,7 +30,7 @@ If you see "Gitd Start" button, It is ready for use on every screen you see. You
30
30
31
31
- Chrome (Manifestv3)
32
32
- Firefox (Manifestv2)
33
-
- Microsoft Edge (Manifestv3)
33
+
- Microsoft Edge (Manifestv3) (I not login to My Microsoft Account????)
34
34
35
35
## Installation
36
36
@@ -85,7 +85,8 @@ Go to [Gitd Download Manager](https://microsoftedge.microsoft.com/addons/detail/
Copy file name to clipboardexpand all lines: extension/manifest.json
+5-5
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@
2
2
"manifest_version": 3,
3
3
"name": "Gitd Download Manager",
4
4
"short_name": "Gitd",
5
-
"description": "Download at Github,Bitbucket,Gitlab,Gitea repository's selected files, folders as a zip file with a single click, without api token.",
6
-
"version": "1.0.6",
5
+
"description": "Download at Github,Bitbucket,Gitlab,Gitea,Gitee repository's selected files, folders as a zip file with a single click, without api token.",
Copy file name to clipboardexpand all lines: manifestv2.template
+3-3
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"manifest_version": 2,
3
3
"name": "Gitd Download Manager",
4
4
"short_name": "Gitd",
5
-
"description": "Download at Github,Bitbucket,Gitlab,Gitea repository's selected files, folders as a zip file with a single click, without api token.",
5
+
"description": "Download at Github,Bitbucket,Gitlab,Gitea,Gitee repository's selected files, folders as a zip file with a single click, without api token.",
Copy file name to clipboardexpand all lines: manifestv3.template
+4-4
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"manifest_version": 3,
3
3
"name": "Gitd Download Manager",
4
4
"short_name": "Gitd",
5
-
"description": "Download at Github,Bitbucket,Gitlab,Gitea repository's selected files, folders as a zip file with a single click, without api token.",
5
+
"description": "Download at Github,Bitbucket,Gitlab,Gitea,Gitee repository's selected files, folders as a zip file with a single click, without api token.",
0 commit comments