Paint Header

Emphasize the most important part of the page

What is Paint Header?

Paint Header is a Chrome extension developed by Unknown, and its main feature is "Emphasize the most important part of the page".

Extension Screenshots

screenshot

Download Paint Header Extension CRX File

Download Paint Header extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Paint Header Paint Header
ID nkfgheamjehkhbjkidlbegfmkgndhdle
Official URL https://chromewebstore.google.com/detail/paint-header/nkfgheamjehkhbjkidlbegfmkgndhdle
Description Emphasize the most important part of the page
File Size 64.58 KB
Installation Count 11,889
Current Version 0.1
Last Updated 2015-03-13
Publish Date 2015-03-13
Rating 3.33/5 Total 6 Ratings
Developer Unknown
Payment Type free
Supported Languages 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"
    }
}