Auto lights chosen words on a page

Automatic search, selection and notification by keywords on the page

Auto lights chosen words on a page क्या है?

Auto lights chosen words on a page LisL द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatic search, selection and notification by keywords on the page"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Auto lights chosen words on a page एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Auto lights chosen words on a page Auto lights chosen words on a page
ID bconbeacmfpaoidhfngjdjjffjhjlfmd
आधिकारिक URL https://chromewebstore.google.com/detail/auto-lights-chosen-words/bconbeacmfpaoidhfngjdjjffjhjlfmd
विवरण Automatic search, selection and notification by keywords on the page
फ़ाइल का आकार 55.02 KB
स्थापना संख्या 4,582
वर्तमान संस्करण 1.9
अंतिम अपडेट 2012-10-09
प्रकाशन तिथि 2012-10-08
रेटिंग 3.68/5 कुल 56 रेटिंग्स
डेवलपर LisL
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}