Chrome Highlighter

Change websites' selection color

什麼是Chrome Highlighter?

Chrome Highlighter是由Donaira & Pius開發的Chrome擴展程式,該擴展的主要功能是“Change websites' selection color”。

擴展截圖

screenshot
screenshot
screenshot

下載Chrome Highlighter擴展crx文件

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

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Chrome Highlighter Chrome Highlighter
ID hglnfjenacgcagdcfniidbdakdhdbale
官方網址 https://chromewebstore.google.com/detail/chrome-highlighter/hglnfjenacgcagdcfniidbdakdhdbale
簡介 Change websites' selection color
檔案大小 43.59 KB
安裝次數 1,934
目前版本 1.1
更新時間 2012-08-18
上架時間 2012-08-18
評分 2.57/5 共 7 次評分
開發者 Donaira & Pius
付費類型 free
支援的語言 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"
        ]
    }
}