Paint Header

Emphasize the most important part of the page

¿Qué es Paint Header?

Paint Header es una extensión de Chrome desarrollada por Unknown, y su función principal es "Emphasize the most important part of the page".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Paint Header

Descarga archivos de extensión Paint Header en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Paint Header Paint Header
ID nkfgheamjehkhbjkidlbegfmkgndhdle
URL Oficial https://chromewebstore.google.com/detail/paint-header/nkfgheamjehkhbjkidlbegfmkgndhdle
Descripción Emphasize the most important part of the page
Tamaño del Archivo 64.58 KB
Cantidad de Instalaciones 11,889
Versión Actual 0.1
Última Actualización 2015-03-13
Fecha de Publicación 2015-03-13
Calificación 3.33/5 Total de 6 Calificaciones
Desarrollador Unknown
Tipo de Pago free
Idiomas Soportados 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"
    }
}