Chrome Highlighter

Change websites' selection color

Chrome Highlighter là gì?

Chrome Highlighter là một tiện ích mở rộng Chrome được phát triển bởi Donaira & Pius, và tính năng chính của nó là "Change websites' selection color".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Chrome Highlighter 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

                        Got bored of old boring blue selection color? Change it! This extensions allows you to easily control selection color on most of the website you visit daily. Make it more beautiful, make it more personal, make it yours.                    

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

Tên Chrome Highlighter Chrome Highlighter
ID hglnfjenacgcagdcfniidbdakdhdbale
URL Chính Thức https://chromewebstore.google.com/detail/chrome-highlighter/hglnfjenacgcagdcfniidbdakdhdbale
Mô tả Change websites' selection color
Kích Thước Tệp 43.59 KB
Số Lần Cài Đặt 1,934
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2012-08-18
Ngày Phát Hành 2012-08-18
Đánh Giá 2.57/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Donaira & Pius
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Highlighter",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Change websites' selection color",
    "browser_action": {
        "default_icon": "icon16.PNG",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.PNG",
        "48": "icon48.PNG",
        "128": "icon128.PNG"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}