Search Color Changer

Change your Search page color

O que é Search Color Changer?

Search Color Changer é uma extensão do Chrome desenvolvida por orikoral, e sua principal característica é "Change your Search page color".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Search Color Changer

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

                        Personalize your Search page with the color of your choice!
Change the search page background color in a single click.

More than 20 beautiful colors.
The first extension to allow color customization of Search pages.

Install now and help this extension become more popular than AdBlock, AdBlock-Plus, Feedly, YouTube, Facebook  and all Google Apps :)

Icon by www.designbolts.com                    

Informações Básicas da Extensão

Nome Search Color Changer Search Color Changer
ID iflelgcofheaaebigdfkjnejdiphiolm
URL Oficial https://chrome.google.com/webstore/detail/search-color-changer/iflelgcofheaaebigdfkjnejdiphiolm
Descrição Change your Search page color
Tamanho do Arquivo 104 KB
Contagem de Instalações 389
Versão Atual 1.0
Última Atualização 2015-08-20
Data de Publicação 2015-08-20
Classificação 3.93/5 Total de 15 Avaliações
Desenvolvedor orikoral
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search Color Changer",
    "description": "Change your Search page color",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "content_security_policy": "script-src https:\/\/*.cdn.mxpnl.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-2.1.1.js",
                "jquery.color-2.1.2.js",
                "cs.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "page_action": {
        "default_title": "Change your Search page color",
        "default_icon": "icon_19.png",
        "default_popup": "popup.html"
    }
}