Multiple Word Highlighter

Choose your words and choose your color then highlight!

What is Multiple Word Highlighter?

Multiple Word Highlighter is a Chrome extension developed by henrytkaragory, and its main feature is "Choose your words and choose your color then highlight!".

Download Multiple Word Highlighter Extension CRX File

Download Multiple Word 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

                        This extension allows you to highlight multiple words at the same time with multiple different built in colors and colors you create yourself!                    

Extension Basic Information

Name Multiple Word Highlighter Multiple Word Highlighter
ID oenglokkcpaogllbohhkdclodepeboio
Official URL https://chrome.google.com/webstore/detail/multiple-word-highlighter/oenglokkcpaogllbohhkdclodepeboio
Description Choose your words and choose your color then highlight!
File Size 23.32 KB
Installation Count 46
Current Version 1.0
Last Updated 2017-09-08
Publish Date 2017-09-08
Developer henrytkaragory
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Multiple Word Highlighter",
    "description": "Choose your words and choose your color then highlight!",
    "version": "1.0",
    "permissions": [
        "tabs",
        "",
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "findAndReplaceDOMText.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    }
}