Jit-er Bug
Add a JitPack button to Github Repos
Jit-er Bugとは何ですか?
Jit-er Bugはjrejaudによって開発されたChromeの拡張機能で、その主な機能は「Add a JitPack button to Github Repos」です。
拡張機能のスクリーンショット
Jit-er Bug拡張機能のCRXファイルをダウンロード
Jit-er Bug拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Add a JitPack button to Github Repos so you can easily navigate to the JitPack website and build that repo.
拡張機能の基本情報
名前 | Jit-er Bug |
ID | ccchppaoinmjadnclbdlmchdangpmlef |
公式URL | https://chromewebstore.google.com/detail/jit-er-bug/ccchppaoinmjadnclbdlmchdangpmlef |
説明 | Add a JitPack button to Github Repos |
ファイルサイズ | 41.17 KB |
インストール数 | 22 |
現在のバージョン | 0.0.1 |
最終更新日 | 2016-08-10 |
公開日 | 2016-08-10 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | jrejaud |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://www.jordanrejaud.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Jit-er Bug", "manifest_version": 2, "version": "0.0.1", "description": "Add a JitPack button to Github Repos", "content_scripts": [ { "matches": [ "https:\/\/github.com\/*\/*" ], "js": [ "jquery-1.12.0.min.js", "content_script.js" ], "run_at": "document_end" } ], "icons": { "128": "icon128.png" } } |