WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Tiga - Github国内下载和克隆文件加速

Tiga - Github国内下载和克隆文件加速

View on Chrome Web Store
View Tiga - Github国内下载和克隆文件加速 Chrome Extension on Chrome Web Store
Add to bookmarks
4.1 (8 ratings)
0 views
This extension has been viewed 0 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.

解决国内下载和克隆GitHub文件太慢的问题。用上Tiga给GitHub加速,体验下载和克隆飞一般的速度(大概)。
Type
Extension
Users
6,000 users
1K
ToolChan Team
View author page of ToolChan Team
Published
Published on December 22, 2020
Version 1.0.0
Manifest version
2
Updated
Updated on December 22, 2020
productivity/developer
Extension Category
View on Chrome Web Store
View Tiga - 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": 2,
    "name": "Tiga - Github\u56fd\u5185\u4e0b\u8f7d\u548c\u514b\u9686\u6587\u4ef6\u52a0\u901f",
    "version": "1.0.0",
    "description": "\u89e3\u51b3\u56fd\u5185\u4e0b\u8f7d\u548c\u514b\u9686GitHub\u6587\u4ef6\u592a\u6162\u7684\u95ee\u9898\u3002\u7528\u4e0aTiga\u7ed9GitHub\u52a0\u901f\uff0c\u4f53\u9a8c\u4e0b\u8f7d\u548c\u514b\u9686\u98de\u4e00\u822c\u7684\u901f\u5ea6\uff08\u5927\u6982\uff09\u3002",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": "icons\/128.png",
        "default_title": "Tiga - Github\u56fd\u5185\u4e0b\u8f7d\u548c\u514b\u9686\u6587\u4ef6\u52a0\u901f",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/github.com\/*"
            ],
            "js": [
                "libs\/jquery-3.4.1.min.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "libs\/jquery-3.4.1.min.js",
            "background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "libs\/*",
        "images\/*"
    ],
    "permissions": []
}
© 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