Paint Header

Emphasize the most important part of the page

Cos'è Paint Header?

Paint Header è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Emphasize the most important part of the page".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Paint Header

Scarica i file di estensione Paint Header in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Paint Header Paint Header
ID nkfgheamjehkhbjkidlbegfmkgndhdle
URL Ufficiale https://chromewebstore.google.com/detail/paint-header/nkfgheamjehkhbjkidlbegfmkgndhdle
Descrizione Emphasize the most important part of the page
Dimensione del File 64.58 KB
Conteggio Installazioni 11,889
Versione Corrente 0.1
Ultimo Aggiornamento 2015-03-13
Data di Pubblicazione 2015-03-13
Valutazione 3.33/5 Totale 6 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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"
    }
}