Paint Header

Emphasize the most important part of the page

Co je Paint Header?

Paint Header je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Emphasize the most important part of the page“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Paint Header

Stáhněte si soubory rozšíření Paint Header ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Paint Header Paint Header
ID nkfgheamjehkhbjkidlbegfmkgndhdle
Oficiální URL https://chromewebstore.google.com/detail/paint-header/nkfgheamjehkhbjkidlbegfmkgndhdle
Popis Emphasize the most important part of the page
Velikost souboru 64.58 KB
Počet instalací 11,889
Aktuální Verze 0.1
Poslední Aktualizace 2015-03-13
Datum Vydání 2015-03-13
Hodnocení 3.33/5 Celkem 6 Hodnocení
Vývojář Unknown
Typ Platby free
Podporované Jazyky 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"
    }
}