Octoutiful

Make Github Beautiful

Hvad er Octoutiful?

Octoutiful er en Chrome-udvidelse udviklet af Adam, og dens hovedfunktion er "Make Github Beautiful".

Udvidelsesskærmbilleder

screenshot

Download Octoutiful-udvidelses-CRX-fil

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

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

Grundlæggende oplysninger om udvidelsen

Navn Octoutiful Octoutiful
ID kpbpdkdggjicdjfngdefpahhnfffodbb
Officiel URL https://chromewebstore.google.com/detail/octoutiful/kpbpdkdggjicdjfngdefpahhnfffodbb
Beskrivelse Make Github Beautiful
Filstørrelse 339 KB
Antal Installationer 16
Nuværende Version ONEderful
Senest Opdateret 2017-03-02
Udgivelsesdato 2017-03-01
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler Adam
Betalingsmetode free
Understøttede Sprog 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"
}