Color Dev

Customize the color scheme of the developers favorite pages

What is Color Dev?

Color Dev is a Chrome extension developed by APHIX, and its main feature is "Customize the color scheme of the developers favorite pages".

Extension Screenshots

screenshot
screenshot

Download Color Dev Extension CRX File

Download Color Dev extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Color Dev Color Dev
ID kjccccpbheobmffklpejpgjapcbnlkng
Official URL https://chrome.google.com/webstore/detail/color-dev/kjccccpbheobmffklpejpgjapcbnlkng
Description Customize the color scheme of the developers favorite pages
File Size 52.67 KB
Installation Count 45
Current Version 1.1.4
Last Updated 2013-09-06
Publish Date 2013-09-06
Rating 3.33/5 Total 3 Ratings
Developer APHIX
Payment Type free
Supported Languages 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\/*"
    ]
}