Color Dev

Customize the color scheme of the developers favorite pages

Wat is Color Dev?

Color Dev is een Chrome-extensie ontwikkeld door APHIX, en de belangrijkste functie is "Customize the color scheme of the developers favorite pages".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Color Dev

Download Color Dev-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Color Dev Color Dev
ID kjccccpbheobmffklpejpgjapcbnlkng
Officiële URL https://chrome.google.com/webstore/detail/color-dev/kjccccpbheobmffklpejpgjapcbnlkng
Beschrijving Customize the color scheme of the developers favorite pages
Bestandsgrootte 52.67 KB
Aantal Installaties 45
Huidige Versie 1.1.4
Laatst Bijgewerkt 2013-09-06
Publicatiedatum 2013-09-06
Beoordeling 3.33/5 Totaal 3 Beoordelingen
Ontwikkelaar APHIX
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}