Tiga - Github国内下载和克隆文件加速
解决国内下载和克隆GitHub文件太慢的问题。用上Tiga给GitHub加速,体验下载和克隆飞一般的速度(大概)。
What is Tiga - Github国内下载和克隆文件加速?
Tiga - Github国内下载和克隆文件加速 is a Chrome extension developed by ToolChan Team, and its main feature is "解决国内下载和克隆GitHub文件太慢的问题。用上Tiga给GitHub加速,体验下载和克隆飞一般的速度(大概)。".
Extension Screenshots
Download Tiga - Github国内下载和克隆文件加速 Extension CRX File
Download Tiga - Github国内下载和克隆文件加速 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
你还在忍受GitHub国内下载(download)和克隆(clone)的超慢速度吗? 这个插件应该可以帮助你解决这个问题,给你提供GitHub加速。 Tiga主要功能: 1. 给国内下载或者克隆GitHub的项目文件加速,体验超快的GitHub克隆和下载速度。 2. 可以一键前往cnpmjs.org的GitHub镜像 Tiga的隐私条款: 本插件不会收集任何用户数据,只提供公开的GitHub加速通道链接。本插件也不会恶意利用权限给用户造成困扰。欢迎您监督我们。
Extension Basic Information
Name | Tiga - Github国内下载和克隆文件加速 |
ID | niemgccefhbiambnhhlpcpfcfbkmoobi |
Official URL | https://chromewebstore.google.com/detail/tiga-github%E5%9B%BD%E5%86%85%E4%B8%8B%E8%BD%BD%E5%92%8C%E5%85%8B%E9%9A%86%E6%96%87%E4%BB%B6%E5%8A%A0%E9%80%9F/niemgccefhbiambnhhlpcpfcfbkmoobi |
Description | 解决国内下载和克隆GitHub文件太慢的问题。用上Tiga给GitHub加速,体验下载和克隆飞一般的速度(大概)。 |
File Size | 74 KB |
Installation Count | 9,000 |
Current Version | 1.0.0 |
Last Updated | 2020-12-22 |
Publish Date | 2020-12-22 |
Rating | 4.57/5 Total 7 Ratings |
Developer | ToolChan Team |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "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": [] } |