Make GitHub Greater

Let's make GitHub greater.

Cos'è Make GitHub Greater?

Make GitHub Greater è un'estensione di Chrome sviluppata da Justineo, e la sua funzione principale è "Let's make GitHub greater.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Make GitHub Greater

Scarica i file di estensione Make GitHub Greater in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Start customizing the color of your GitHub header right now! Just double click the header and here we go!                    

Informazioni di Base sull'Estensione

Nome Make GitHub Greater Make GitHub Greater
ID emijicijbkhnobkceaeaekiiapnkdnlp
URL Ufficiale https://chromewebstore.google.com/detail/make-github-greater/emijicijbkhnobkceaeaekiiapnkdnlp
Descrizione Let's make GitHub greater.
Dimensione del File 72.77 KB
Conteggio Installazioni 31
Versione Corrente 1.0.1
Ultimo Aggiornamento 2017-02-20
Data di Pubblicazione 2017-02-20
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore Justineo
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Make GitHub Greater",
    "description": "Let's make GitHub greater.",
    "version": "1.0.1",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "webNavigation",
        "tabs",
        "storage",
        "https:\/\/github.com\/*"
    ],
    "optional_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/justineo.github.io\/*"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}