Jit-er Bug
Add a JitPack button to Github Repos
Cos'è Jit-er Bug?
Jit-er Bug è un'estensione di Chrome sviluppata da jrejaud, e la sua funzione principale è "Add a JitPack button to Github Repos".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Jit-er Bug
Scarica i file di estensione Jit-er Bug 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
Add a JitPack button to Github Repos so you can easily navigate to the JitPack website and build that repo. Informazioni di Base sull'Estensione
| Nome | |
| ID | ccchppaoinmjadnclbdlmchdangpmlef |
| URL Ufficiale | https://chromewebstore.google.com/detail/jit-er-bug/ccchppaoinmjadnclbdlmchdangpmlef |
| Descrizione | Add a JitPack button to Github Repos |
| Dimensione del File | 41.17 KB |
| Conteggio Installazioni | 22 |
| Versione Corrente | 0.0.1 |
| Ultimo Aggiornamento | 2016-08-10 |
| Data di Pubblicazione | 2016-08-10 |
| Valutazione | 5.00/5 Totale 4 Valutazioni |
| Sviluppatore | jrejaud |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://www.jordanrejaud.com |
| Lingue Supportate | 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"
}
} | |