Paint Header

Emphasize the most important part of the page

什麼是Paint Header?

Paint Header是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Emphasize the most important part of the page”。

擴展截圖

screenshot

下載Paint Header擴展crx文件

下載Paint Header擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Paint Header Paint Header
ID nkfgheamjehkhbjkidlbegfmkgndhdle
官方網址 https://chromewebstore.google.com/detail/paint-header/nkfgheamjehkhbjkidlbegfmkgndhdle
簡介 Emphasize the most important part of the page
檔案大小 64.58 KB
安裝次數 11,889
目前版本 0.1
更新時間 2015-03-13
上架時間 2015-03-13
評分 3.33/5 共 6 次評分
開發者 Unknown
付費類型 free
支援的語言 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"
    }
}