Octoutiful

Make Github Beautiful

Wat is Octoutiful?

Octoutiful is een Chrome-extensie ontwikkeld door Adam, en de belangrijkste functie is "Make Github Beautiful".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Octoutiful

Download Octoutiful-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

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

Basisinformatie over de Extensie

Naam Octoutiful Octoutiful
ID kpbpdkdggjicdjfngdefpahhnfffodbb
Officiële URL https://chromewebstore.google.com/detail/octoutiful/kpbpdkdggjicdjfngdefpahhnfffodbb
Beschrijving Make Github Beautiful
Bestandsgrootte 339 KB
Aantal Installaties 16
Huidige Versie ONEderful
Laatst Bijgewerkt 2017-03-02
Publicatiedatum 2017-03-01
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Adam
Betalingswijze free
Ondersteunde Talen 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"
}