Jit-er Bug
Add a JitPack button to Github Repos
What is Jit-er Bug?
Jit-er Bug is a Chrome extension developed by jrejaud, and its main feature is "Add a JitPack button to Github Repos".
Extension Screenshots
Download Jit-er Bug Extension CRX File
Download Jit-er Bug 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
Add a JitPack button to Github Repos so you can easily navigate to the JitPack website and build that repo. Extension Basic Information
| Name | |
| ID | ccchppaoinmjadnclbdlmchdangpmlef |
| Official URL | https://chromewebstore.google.com/detail/jit-er-bug/ccchppaoinmjadnclbdlmchdangpmlef |
| Description | Add a JitPack button to Github Repos |
| File Size | 41.17 KB |
| Installation Count | 22 |
| Current Version | 0.0.1 |
| Last Updated | 2016-08-10 |
| Publish Date | 2016-08-10 |
| Rating | 5.00/5 Total 4 Ratings |
| Developer | jrejaud |
| [email protected] | |
| Payment Type | free |
| Extension Website | http://www.jordanrejaud.com |
| Supported Languages | 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"
}
} | |