Github 百宝箱
Github 加速,Github 加速,Github 代码在线看,Github 1s,Octotree, VS Code 打开
Github 百宝箱とは何ですか?
Github 百宝箱はDerekによって開発されたChromeの拡張機能で、その主な機能は「Github 加速,Github 加速,Github 代码在线看,Github 1s,Octotree, VS Code 打开」です。
拡張機能のスクリーンショット
Github 百宝箱拡張機能のCRXファイルをダウンロード
Github 百宝箱拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Github 加速,快速查看 Github 源码,快速使用 VS Code 在线打开 Github 查看源码。
拡張機能の基本情報
名前 | Github 百宝箱 |
ID | pbggmlghklngacbdkdjcebaaglkcokhp |
公式URL | https://chromewebstore.google.com/detail/github-%E7%99%BE%E5%AE%9D%E7%AE%B1/pbggmlghklngacbdkdjcebaaglkcokhp |
説明 | Github 加速,Github 加速,Github 代码在线看,Github 1s,Octotree, VS Code 打开 |
ファイルサイズ | 41.2 KB |
インストール数 | 7,000 |
現在のバージョン | 1.0.4 |
最終更新日 | 2023-07-31 |
公開日 | 2020-08-23 |
評価 | 2.88/5 合計 8 レビュー |
開発者 | Derek |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/codedrinker/github-booster |
対応言語 | 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" } } |