Paint Header

Emphasize the most important part of the page

Paint Headerคืออะไร?

Paint Header เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Emphasize the most important part of the page"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Paint Header

ดาวน์โหลดไฟล์ส่วนขยาย Paint Header ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Paint Header Paint Header
ID nkfgheamjehkhbjkidlbegfmkgndhdle
URL อย่างเป็นทางการ 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"
    }
}