Git Git Hooray
Celebrate first time contributors on GitHub
What is Git Git Hooray?
Git Git Hooray is a Chrome extension developed by Paul Molluzzo, and its main feature is "Celebrate first time contributors on GitHub".
Extension Screenshots
Download Git Git Hooray Extension CRX File
Download Git Git Hooray extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Celebrate first time contributors on GitHub! Click on the new "First-time contributor" `span` to add a dash of emoji sprinkles to the page! 🎉
Extension Basic Information
Name | Git Git Hooray |
ID | hdonhjpoakhlbpmehiogeaknnfdlgnad |
Official URL | https://chromewebstore.google.com/detail/git-git-hooray/hdonhjpoakhlbpmehiogeaknnfdlgnad |
Description | Celebrate first time contributors on GitHub |
File Size | 24.91 KB |
Installation Count | 14 |
Current Version | 1.1.0 |
Last Updated | 2017-03-27 |
Publish Date | 2017-03-27 |
Developer | Paul Molluzzo |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/paulmolluzzo/git-git-hooray |
Help Page URL | https://github.com/paulmolluzzo/git-git-hooray/issues |
Supported Languages | 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" ] } ] } |