Color Dev

Customize the color scheme of the developers favorite pages

Co je Color Dev?

Color Dev je rozšíření Chrome vyvinuté APHIX, a jeho hlavní funkcí je „Customize the color scheme of the developers favorite pages“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Color Dev

Stáhněte si soubory rozšíření Color Dev ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Color Dev Color Dev
ID kjccccpbheobmffklpejpgjapcbnlkng
Oficiální URL https://chrome.google.com/webstore/detail/color-dev/kjccccpbheobmffklpejpgjapcbnlkng
Popis Customize the color scheme of the developers favorite pages
Velikost souboru 52.67 KB
Počet instalací 45
Aktuální Verze 1.1.4
Poslední Aktualizace 2013-09-06
Datum Vydání 2013-09-06
Hodnocení 3.33/5 Celkem 3 Hodnocení
Vývojář APHIX
Typ Platby free
Podporované Jazyky 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\/*"
    ]
}