Git Git Hooray
Celebrate first time contributors on GitHub
Qu'est-ce que Git Git Hooray ?
Git Git Hooray est une extension Chrome développée par Paul Molluzzo, et sa fonction principale est "Celebrate first time contributors on GitHub".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Git Git Hooray
Téléchargez les fichiers d'extension Git Git Hooray 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
Celebrate first time contributors on GitHub! Click on the new "First-time contributor" `span` to add a dash of emoji sprinkles to the page! 🎉
Informations de Base sur l'Extension
Nom | Git Git Hooray |
ID | hdonhjpoakhlbpmehiogeaknnfdlgnad |
URL Officiel | https://chromewebstore.google.com/detail/git-git-hooray/hdonhjpoakhlbpmehiogeaknnfdlgnad |
Description | Celebrate first time contributors on GitHub |
Taille du Fichier | 24.91 KB |
Nombre d'Installations | 14 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2017-03-27 |
Date de Publication | 2017-03-27 |
Développeur | Paul Molluzzo |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/paulmolluzzo/git-git-hooray |
URL de la Page d'Aide | https://github.com/paulmolluzzo/git-git-hooray/issues |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Git Git Hooray", "version": "1.1.0", "description": "Celebrate first time contributors on GitHub", "homepage_url": "https:\/\/github.com\/paulmolluzzo\/git-git-hooray", "manifest_version": 2, "minimum_chrome_version": "49", "permissions": [ "https:\/\/github.com\/*" ], "icons": { "128": "icon.png" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/github.com\/*" ], "css": [ "content.css" ], "js": [ "content.js" ] } ] } |