DownGit is a simple Chrome extension that lets you download folders or files from any public GitHub repository as a ZIP file.
- Download GitHub folders as ZIP files
- Supports both files and directories
- Minimal UI
- No need to clone or use Git
-
Copy any GitHub folder or file URL.
Example:
https://github.com/username/repo/tree/branch/path -
Paste it into the input box in the extension.
-
Click "Download as ZIP".
-
The folder or file will be downloaded as a
.zip.
-
Clone this repository.
-
Go to
chrome://extensionsin your browser. -
Enable Developer Mode.
-
Click Load unpacked.
-
Select the project folder.
- Works with public GitHub repositories only.
- Does not support private repos.