Git Git Hooray

Celebrate first time contributors on GitHub

Hvad er Git Git Hooray?

Git Git Hooray er en Chrome-udvidelse udviklet af Paul Molluzzo, og dens hovedfunktion er "Celebrate first time contributors on GitHub".

Udvidelsesskærmbilleder

screenshot

Download Git Git Hooray-udvidelses-CRX-fil

Download Git Git Hooray-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Celebrate first time contributors on GitHub!

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

Grundlæggende oplysninger om udvidelsen

Navn Git Git Hooray Git Git Hooray
ID hdonhjpoakhlbpmehiogeaknnfdlgnad
Officiel URL https://chromewebstore.google.com/detail/git-git-hooray/hdonhjpoakhlbpmehiogeaknnfdlgnad
Beskrivelse Celebrate first time contributors on GitHub
Filstørrelse 24.91 KB
Antal Installationer 14
Nuværende Version 1.1.0
Senest Opdateret 2017-03-27
Udgivelsesdato 2017-03-27
Udvikler Paul Molluzzo
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/paulmolluzzo/git-git-hooray
Hjælpeside-URL https://github.com/paulmolluzzo/git-git-hooray/issues
Understøttede Sprog 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"
            ]
        }
    ]
}