Github 百宝箱
Github 加速,Github 加速,Github 代码在线看,Github 1s,Octotree, VS Code 打开
Cos'è Github 百宝箱?
Github 百宝箱 è un'estensione di Chrome sviluppata da Derek, e la sua funzione principale è "Github 加速,Github 加速,Github 代码在线看,Github 1s,Octotree, VS Code 打开".
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 加速,快速查看 Github 源码,快速使用 VS Code 在线打开 Github 查看源码。
Informazioni di Base sull'Estensione
Nome | Github 百宝箱 |
ID | pbggmlghklngacbdkdjcebaaglkcokhp |
URL Ufficiale | https://chromewebstore.google.com/detail/github-%E7%99%BE%E5%AE%9D%E7%AE%B1/pbggmlghklngacbdkdjcebaaglkcokhp |
Descrizione | Github 加速,Github 加速,Github 代码在线看,Github 1s,Octotree, VS Code 打开 |
Dimensione del File | 41.2 KB |
Conteggio Installazioni | 7,000 |
Versione Corrente | 1.0.4 |
Ultimo Aggiornamento | 2023-07-31 |
Data di Pubblicazione | 2020-08-23 |
Valutazione | 2.88/5 Totale 8 Valutazioni |
Sviluppatore | Derek |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/codedrinker/github-booster |
Lingue Supportate | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github \u767e\u5b9d\u7bb1", "description": "Github \u52a0\u901f,Github \u52a0\u901f,Github \u4ee3\u7801\u5728\u7ebf\u770b,Github 1s,Octotree, VS Code \u6253\u5f00", "version": "1.0.4", "permissions": [ "contextMenus", "tabs", "activeTab" ], "background": { "scripts": [ "background.js" ] }, "manifest_version": 2, "content_scripts": [ { "js": [ "jquery.min.js", "github-booster.js" ], "matches": [ "https:\/\/github.com\/*", "https:\/\/github.com.cnpmjs.org\/*" ] } ], "icons": { "128": "github-booster.png" }, "browser_action": { "default_icon": "github-booster.png", "default_title": "Github \u767e\u5b9d\u7bb1" } } |