Color Dev

Customize the color scheme of the developers favorite pages

Qu'est-ce que Color Dev ?

Color Dev est une extension Chrome développée par APHIX, et sa fonction principale est "Customize the color scheme of the developers favorite pages".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Color Dev

Téléchargez les fichiers d'extension Color Dev 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

                        Customize the color scheme of the code that appears in stackoverflow.

This is not a extension who customize the entire page. The main purpose is to beautify the code that you read from the stackoverflow.

Github, bitbucket and more are coming.

Check the source code in : https://github.com/rodrigore/ColorDev

--

Change log:
v1.1.4: Fix bug                    

Informations de Base sur l'Extension

Nom Color Dev Color Dev
ID kjccccpbheobmffklpejpgjapcbnlkng
URL Officiel https://chrome.google.com/webstore/detail/color-dev/kjccccpbheobmffklpejpgjapcbnlkng
Description Customize the color scheme of the developers favorite pages
Taille du Fichier 52.67 KB
Nombre d'Installations 45
Version Actuelle 1.1.4
Dernière Mise à Jour 2013-09-06
Date de Publication 2013-09-06
Évaluation 3.33/5 Total 3 Évaluations
Développeur APHIX
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Color Dev",
    "version": "1.1.4",
    "manifest_version": 2,
    "description": "Customize the color scheme of the developers favorite pages",
    "homepage_url": "https:\/\/github.com\/rodrigore\/ColorDev",
    "icons": {
        "16": "icons\/icon16.png",
        "72": "icons\/icon72.png",
        "128": "icons\/icon128.png"
    },
    "page_action": {
        "default_icon": "icons\/stack19.png",
        "default_title": "Choose your Color Scheme for stackoverflow (soon GitHub)",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "http:\/\/stackoverflow.com\/*"
    ]
}