Git Git Hooray
Celebrate first time contributors on GitHub
Was ist Git Git Hooray?
Git Git Hooray ist eine Chrome-Erweiterung, die von Paul Molluzzo entwickelt wurde, und ihr Hauptmerkmal ist "Celebrate first time contributors on GitHub".
Erweiterungsscreenshots
Git Git Hooray-Erweiterungs-CRX-Datei herunterladen
Laden Sie Git Git Hooray-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Celebrate first time contributors on GitHub!
Click on the new "First-time contributor" `span` to add a dash of emoji sprinkles to the page! 🎉 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hdonhjpoakhlbpmehiogeaknnfdlgnad |
| Offizielle URL | https://chromewebstore.google.com/detail/git-git-hooray/hdonhjpoakhlbpmehiogeaknnfdlgnad |
| Beschreibung | Celebrate first time contributors on GitHub |
| Dateigröße | 24.91 KB |
| Installationsanzahl | 14 |
| Aktuelle Version | 1.1.0 |
| Letztes Update | 2017-03-27 |
| Veröffentlichungsdatum | 2017-03-27 |
| Entwickler | Paul Molluzzo |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/paulmolluzzo/git-git-hooray |
| Hilfeseite URL | https://github.com/paulmolluzzo/git-git-hooray/issues |
| Unterstützte Sprachen | 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"
]
}
]
} | |