Auto lights chosen words on a page

Automatic search, selection and notification by keywords on the page

What is Auto lights chosen words on a page?

Auto lights chosen words on a page is a Chrome extension developed by LisL, and its main feature is "Automatic search, selection and notification by keywords on the page".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Auto lights chosen words on a page Extension CRX File

Download Auto lights chosen words on a page 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

                        Very easy to setup and easy to use extension. Simply specify a comma-separated words and phrases, and you will not miss them on the page you are viewing. Color selection of your words or phrases, balloon, voice notification.                    

Extension Basic Information

Name Auto lights chosen words on a page Auto lights chosen words on a page
ID bconbeacmfpaoidhfngjdjjffjhjlfmd
Official URL https://chromewebstore.google.com/detail/auto-lights-chosen-words/bconbeacmfpaoidhfngjdjjffjhjlfmd
Description Automatic search, selection and notification by keywords on the page
File Size 55.02 KB
Installation Count 4,582
Current Version 1.9
Last Updated 2012-10-09
Publish Date 2012-10-08
Rating 3.68/5 Total 56 Ratings
Developer LisL
Payment Type free
Supported Languages en,ru
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.9",
    "manifest_version": 2,
    "minimum_chrome_version": "20",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "pic\/icon_1616.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications",
        "tts"
    ],
    "options_page": "options.html",
    "icons": {
        "16": "pic\/icon_1616.png",
        "48": "pic\/icon_4848.png",
        "128": "pic\/icon_128128.png"
    },
    "web_accessible_resources": [
        "pic\/link.png",
        "pic\/bg.png",
        "pic\/icon_4848.png"
    ]
}