WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
GitZip for github

GitZip for github

View on Chrome Web Store
View GitZip for github Chrome Extension on Chrome Web Store
Add to bookmarks
4.2 (176 ratings)
1 new ratings
17 views
This extension has been viewed 17 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

It can make the sub-directories and files of github repository as zip and download it
Type
Extension
Users
100,000 users
Website gitzip.org
Kino Lien
View author page of Kino Lien
Featured Extension

Hand-picked for quality and usefulness

Published
Published on June 28, 2017
Version 1.0.4
Manifest version
3
Updated
Updated on March 11, 2024
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View GitZip for github Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GitZip for github",
    "description": "It can make the sub-directories and files of github repository as zip and download it",
    "version": "1.0.4",
    "icons": {
        "128": "images\/icon-128px.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/api.github.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/github.com\/*"
            ],
            "js": [
                "js\/content\/jszip.min.js",
                "js\/content\/FileSaver.min.js",
                "js\/content\/main.js"
            ],
            "css": [
                "css\/main.css"
            ]
        },
        {
            "matches": [
                "*:\/\/kinolien.github.io\/gitzip\/*"
            ],
            "js": [
                "js\/content\/keysync.js"
            ]
        },
        {
            "matches": [
                "*:\/\/gitzip.org\/gettoken\/success"
            ],
            "js": [
                "js\/content\/autosave.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; worker-src 'self'"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top