Word Highlighter

Highlight similar words on the page. (on double tap/click)

Word Highlighter क्या है?

Word Highlighter Bleeding Edge द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Highlight similar words on the page. (on double tap/click)"।

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

screenshot

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

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

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

                        Highlight similar words on the page. (on double tap/click)

Avoids all the extra Ctrl+F/command+F or whatever it is required in your OS (:-P) for performing search for text in the webpage.

Just select the text in the page, plugin automatically highlights similar texts on the page!

Note that, it's still in beta stage of development. Sometimes might give erroneous outputs/selections.
Refrain from installing if you do lots of code copy pastes etc                    

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

नाम Word Highlighter Word Highlighter
ID hhklogggdjdonnoldcekmhkdifjapggo
आधिकारिक URL https://chromewebstore.google.com/detail/word-highlighter/hhklogggdjdonnoldcekmhkdifjapggo
विवरण Highlight similar words on the page. (on double tap/click)
फ़ाइल का आकार 14.27 KB
स्थापना संख्या 1,672
वर्तमान संस्करण 1.6
अंतिम अपडेट 2022-04-14
प्रकाशन तिथि 2016-11-24
रेटिंग 3.78/5 कुल 18 रेटिंग्स
डेवलपर Bleeding Edge
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word Highlighter",
    "short_name": "Word Highlighter",
    "description": "Highlight similar words on the page. (on double tap\/click)",
    "version": "1.6",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "highlighter.min.js"
            ],
            "css": [
                "highlighter.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        ""
    ]
}