Keywords Highlighter

This extension is created to highlight multiple keywords on a webpage. It's probably the best keywords highlighter you could find…

Keywords Highlighter क्या है?

Keywords Highlighter Tim Zhuang द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension is created to highlight multiple keywords on a webpage. It's probably the best keywords highlighter you could find…"।

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

screenshot

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

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

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

                        This extension is created to highlight multiple keywords on a webpage. It's probably the best keywords highlighter you could find for Google extension.

Guidance:
1. Create a project first.
2. Create data points.
3. Assign multiple keywords to each data point.

If it's a large webpage (larger than 1M), the highlighter may not load automatically. Please press the ("\") to trigger the highlighter.

If the highlighter makes the webpage messy, press ("pause break") to remove all the highlights. The pause key is near the print screen key and scroll key,

If you press key (`), it will navigate you to the first highlighted keywords. Press again, it scrolls down to the next match.

Hope you enjoy it. Feel free to feedback me if you have any question.                    

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

नाम Keywords Highlighter Keywords Highlighter
ID jkjhjjhcjcldlfmpmjmhieiioeooicol
आधिकारिक URL https://chrome.google.com/webstore/detail/keywords-highlighter/jkjhjjhcjcldlfmpmjmhieiioeooicol
विवरण This extension is created to highlight multiple keywords on a webpage. It's probably the best keywords highlighter you could find…
फ़ाइल का आकार 1.39 MB
स्थापना संख्या 246
वर्तमान संस्करण 1.54.6
अंतिम अपडेट 2017-03-07
प्रकाशन तिथि 2017-03-07
रेटिंग 2.25/5 कुल 4 रेटिंग्स
डेवलपर Tim Zhuang
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Keywords Highlighter",
    "version": "1.54.6",
    "author": "Tim Zhuang",
    "permissions": [
        "tabs",
        "storage"
    ],
    "browser_action": {
        "default_popup": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "h.css"
            ],
            "js": [
                "\/js\/jquery-2.1.1.js",
                "highlight.js",
                "\/mark\/jquery.mark.es6.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": false
    }
}