GitHub加速
国内Github下载很慢,用上了这个插件后,下载速度嗖嗖嗖的~!’
Cos'è GitHub加速?
GitHub加速 è un'estensione di Chrome sviluppata da fhefh2016, e la sua funzione principale è "国内Github下载很慢,用上了这个插件后,下载速度嗖嗖嗖的~!’".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GitHub加速
Scarica i file di estensione GitHub加速 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
用途:能提高中国开发者访问GitHub的速度,提升克隆Git仓库的速度,提升下载release包的下载速度。
用户为何安装:提高中国软件开发者的工作效率,使他们能跟专注的开发软件。 Informazioni di Base sull'Estensione
| Nome | |
| ID | mfnkflidjnladnkldfonnaicljppahpg |
| URL Ufficiale | https://chrome.google.com/webstore/detail/github%E5%8A%A0%E9%80%9F/mfnkflidjnladnkldfonnaicljppahpg |
| Descrizione | 国内Github下载很慢,用上了这个插件后,下载速度嗖嗖嗖的~!’ |
| Dimensione del File | 244 KB |
| Conteggio Installazioni | 100,000 |
| Versione Corrente | 1.3.5 |
| Ultimo Aggiornamento | 2022-01-07 |
| Data di Pubblicazione | 2020-07-04 |
| Valutazione | 4.79/5 Totale 132 Valutazioni |
| Sviluppatore | fhefh2016 |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://fhefh2015.github.io/Fast-GitHub/ |
| URL della Pagina di Aiuto | https://fhefh2015.github.io/Fast-GitHub/ |
| URL della Pagina della Politica sulla Privacy | https://91chi.fun/privacy.html |
| Lingue Supportate | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"homepage_url": "https:\/\/github.com\/fhefh2015\/Fast-GitHub",
"name": "GitHub\u52a0\u901f",
"description": "\u56fd\u5185Github\u4e0b\u8f7d\u5f88\u6162\uff0c\u7528\u4e0a\u4e86\u8fd9\u4e2a\u63d2\u4ef6\u540e\uff0c\u4e0b\u8f7d\u901f\u5ea6\u55d6\u55d6\u55d6\u7684~\uff01\u2019",
"version": "1.3.5",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"options_page": "",
"page_action": {
"default_icon": {
"38": "icons\/icon38.png"
},
"default_title": "GitHub\u52a0\u901f",
"default_popup": ""
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"content_scripts": [
{
"matches": [
"*:\/\/github.com\/*"
],
"js": [
"js\/content.js"
],
"run_at": "document_end"
}
],
"permissions": [
"storage"
]
} | |