Octoutiful

Make Github Beautiful

Qu'est-ce que Octoutiful ?

Octoutiful est une extension Chrome développée par Adam, et sa fonction principale est "Make Github Beautiful".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Octoutiful

Téléchargez les fichiers d'extension Octoutiful au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Octoutiful Octoutiful
ID kpbpdkdggjicdjfngdefpahhnfffodbb
URL Officiel https://chromewebstore.google.com/detail/octoutiful/kpbpdkdggjicdjfngdefpahhnfffodbb
Description Make Github Beautiful
Taille du Fichier 339 KB
Nombre d'Installations 16
Version Actuelle ONEderful
Dernière Mise à Jour 2017-03-02
Date de Publication 2017-03-01
Évaluation 5.00/5 Total 3 Évaluations
Développeur Adam
Type de Paiement free
Langues Prises en Charge 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"
}