Paint Header

Emphasize the most important part of the page

Paint Header là gì?

Paint Header là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Emphasize the most important part of the page".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Paint Header

Tải xuống các tệp mở rộng Paint Header dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Paint Header Paint Header
ID nkfgheamjehkhbjkidlbegfmkgndhdle
URL Chính Thức https://chromewebstore.google.com/detail/paint-header/nkfgheamjehkhbjkidlbegfmkgndhdle
Mô tả Emphasize the most important part of the page
Kích Thước Tệp 64.58 KB
Số Lần Cài Đặt 11,889
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2015-03-13
Ngày Phát Hành 2015-03-13
Đánh Giá 3.33/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}