Chrome Highlighter

Change websites' selection color

What is Chrome Highlighter?

Chrome Highlighter is a Chrome extension developed by Donaira & Pius, and its main feature is "Change websites' selection color".

Extension Screenshots

screenshot
screenshot
screenshot

Download Chrome Highlighter Extension CRX File

Download Chrome Highlighter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Chrome Highlighter Chrome Highlighter
ID hglnfjenacgcagdcfniidbdakdhdbale
Official URL https://chromewebstore.google.com/detail/chrome-highlighter/hglnfjenacgcagdcfniidbdakdhdbale
Description Change websites' selection color
File Size 43.59 KB
Installation Count 1,934
Current Version 1.1
Last Updated 2012-08-18
Publish Date 2012-08-18
Rating 2.57/5 Total 7 Ratings
Developer Donaira & Pius
Payment Type free
Supported Languages 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"
        ]
    }
}