Git Git Hooray

Celebrate first time contributors on GitHub

Wat is Git Git Hooray?

Git Git Hooray is een Chrome-extensie ontwikkeld door Paul Molluzzo, en de belangrijkste functie is "Celebrate first time contributors on GitHub".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Git Git Hooray

Download Git Git Hooray-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Celebrate first time contributors on GitHub!

Click on the new "First-time contributor" `span` to add a dash of emoji sprinkles to the page! 🎉                    

Basisinformatie over de Extensie

Naam Git Git Hooray Git Git Hooray
ID hdonhjpoakhlbpmehiogeaknnfdlgnad
Officiële URL https://chromewebstore.google.com/detail/git-git-hooray/hdonhjpoakhlbpmehiogeaknnfdlgnad
Beschrijving Celebrate first time contributors on GitHub
Bestandsgrootte 24.91 KB
Aantal Installaties 14
Huidige Versie 1.1.0
Laatst Bijgewerkt 2017-03-27
Publicatiedatum 2017-03-27
Ontwikkelaar Paul Molluzzo
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/paulmolluzzo/git-git-hooray
Help Pagina-URL https://github.com/paulmolluzzo/git-git-hooray/issues
Ondersteunde Talen 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"
            ]
        }
    ]
}