Jit-er Bug
Add a JitPack button to Github Repos
Wat is Jit-er Bug?
Jit-er Bug is een Chrome-extensie ontwikkeld door jrejaud, en de belangrijkste functie is "Add a JitPack button to Github Repos".
Extensie Screenshots
Download het CRX-bestand van de extensie Jit-er Bug
Download Jit-er Bug-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Add a JitPack button to Github Repos so you can easily navigate to the JitPack website and build that repo. Basisinformatie over de Extensie
| Naam | |
| ID | ccchppaoinmjadnclbdlmchdangpmlef |
| Officiële URL | https://chromewebstore.google.com/detail/jit-er-bug/ccchppaoinmjadnclbdlmchdangpmlef |
| Beschrijving | Add a JitPack button to Github Repos |
| Bestandsgrootte | 41.17 KB |
| Aantal Installaties | 22 |
| Huidige Versie | 0.0.1 |
| Laatst Bijgewerkt | 2016-08-10 |
| Publicatiedatum | 2016-08-10 |
| Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | jrejaud |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://www.jordanrejaud.com |
| Ondersteunde Talen | 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"
}
} | |