Octoutiful

Make Github Beautiful

Cos'è Octoutiful?

Octoutiful è un'estensione di Chrome sviluppata da Adam, e la sua funzione principale è "Make Github Beautiful".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Octoutiful

Scarica i file di estensione Octoutiful 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

                        Make github beautiful
https://github.com/HParker/octoutiful                    

Informazioni di Base sull'Estensione

Nome Octoutiful Octoutiful
ID kpbpdkdggjicdjfngdefpahhnfffodbb
URL Ufficiale https://chromewebstore.google.com/detail/octoutiful/kpbpdkdggjicdjfngdefpahhnfffodbb
Descrizione Make Github Beautiful
Dimensione del File 339 KB
Conteggio Installazioni 16
Versione Corrente ONEderful
Ultimo Aggiornamento 2017-03-02
Data di Pubblicazione 2017-03-01
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Adam
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Octoutiful",
    "version": "1.4",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [],
            "css": [
                "content.css"
            ]
        }
    ],
    "description": "Make Github Beautiful",
    "author": "HParker",
    "short_name": "Octoutiful",
    "version_name": "ONEderful"
}