Jit-er Bug
Add a JitPack button to Github Repos
Qu'est-ce que Jit-er Bug ?
Jit-er Bug est une extension Chrome développée par jrejaud, et sa fonction principale est "Add a JitPack button to Github Repos".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Jit-er Bug
Téléchargez les fichiers d'extension Jit-er Bug au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Add a JitPack button to Github Repos so you can easily navigate to the JitPack website and build that repo.
Informations de Base sur l'Extension
Nom | Jit-er Bug |
ID | ccchppaoinmjadnclbdlmchdangpmlef |
URL Officiel | https://chromewebstore.google.com/detail/jit-er-bug/ccchppaoinmjadnclbdlmchdangpmlef |
Description | Add a JitPack button to Github Repos |
Taille du Fichier | 41.17 KB |
Nombre d'Installations | 22 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2016-08-10 |
Date de Publication | 2016-08-10 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | jrejaud |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.jordanrejaud.com |
Langues Prises en Charge | 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" } } |