Color Dev

Customize the color scheme of the developers favorite pages

O que é Color Dev?

Color Dev é uma extensão do Chrome desenvolvida por APHIX, e sua principal característica é "Customize the color scheme of the developers favorite pages".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Color Dev

Baixe arquivos de extensão Color Dev no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Color Dev Color Dev
ID kjccccpbheobmffklpejpgjapcbnlkng
URL Oficial https://chrome.google.com/webstore/detail/color-dev/kjccccpbheobmffklpejpgjapcbnlkng
Descrição Customize the color scheme of the developers favorite pages
Tamanho do Arquivo 52.67 KB
Contagem de Instalações 45
Versão Atual 1.1.4
Última Atualização 2013-09-06
Data de Publicação 2013-09-06
Classificação 3.33/5 Total de 3 Avaliações
Desenvolvedor APHIX
Tipo de Pagamento free
Idiomas Suportados 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\/*"
    ]
}