Paint Header

Emphasize the most important part of the page

O que é Paint Header?

Paint Header é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Emphasize the most important part of the page".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Paint Header

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

                        Make the page header stand out from the rest of the page.                    

Informações Básicas da Extensão

Nome Paint Header Paint Header
ID nkfgheamjehkhbjkidlbegfmkgndhdle
URL Oficial https://chromewebstore.google.com/detail/paint-header/nkfgheamjehkhbjkidlbegfmkgndhdle
Descrição Emphasize the most important part of the page
Tamanho do Arquivo 64.58 KB
Contagem de Instalações 11,889
Versão Atual 0.1
Última Atualização 2015-03-13
Data de Publicação 2015-03-13
Classificação 3.33/5 Total de 6 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "description": "Emphasize the most important part of the page",
    "version": "0.1",
    "name": "Paint Header",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jq.js",
                "paint.js"
            ]
        }
    ],
    "icons": {
        "16": "resource\/icon-16.png",
        "48": "resource\/icon-48.png",
        "128": "resource\/icon-128.png"
    }
}