Color Changer

Change the current page color

O que é Color Changer?

Color Changer é uma extensão do Chrome desenvolvida por http://cleandesk.info, e sua principal característica é "Change the current page color".

Baixar o arquivo CRX da Extensão Color Changer

Baixe arquivos de extensão Color Changer 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

                        When you add the chrome pictures app, the Color Changer icon appears in Chrome's app launcher on the Tab page, along with your other apps.  You can fire up the color changer from here, instead of pinned tabs or the address bar.  Go forth and take pictures!                    

Informações Básicas da Extensão

Nome Color Changer Color Changer
ID gdolkoaggoefghmnahegdiahpmijjmea
URL Oficial https://chrome.google.com/webstore/detail/color-changer/gdolkoaggoefghmnahegdiahpmijjmea
Descrição Change the current page color
Tamanho do Arquivo 4.08 KB
Contagem de Instalações 48
Versão Atual 1.0
Última Atualização 2016-08-25
Data de Publicação 2016-08-23
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor http://cleandesk.info
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade http://cleandesk.info/privacypolicy.html
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Color Changer",
    "description": "Change the current page color",
    "version": "1.0",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Set this page's color.",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}