Color Dev

Customize the color scheme of the developers favorite pages

Was ist Color Dev?

Color Dev ist eine Chrome-Erweiterung, die von APHIX entwickelt wurde, und ihr Hauptmerkmal ist "Customize the color scheme of the developers favorite pages".

Erweiterungsscreenshots

screenshot
screenshot

Color Dev-Erweiterungs-CRX-Datei herunterladen

Laden Sie Color Dev-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Color Dev Color Dev
ID kjccccpbheobmffklpejpgjapcbnlkng
Offizielle URL https://chrome.google.com/webstore/detail/color-dev/kjccccpbheobmffklpejpgjapcbnlkng
Beschreibung Customize the color scheme of the developers favorite pages
Dateigröße 52.67 KB
Installationsanzahl 45
Aktuelle Version 1.1.4
Letztes Update 2013-09-06
Veröffentlichungsdatum 2013-09-06
Bewertung 3.33/5 Insgesamt 3 Bewertungen
Entwickler APHIX
Zahlungsart free
Unterstützte Sprachen 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\/*"
    ]
}