Highlight All Occurrences

Hold CTRL and select a text to highlight all occurrences of the text on entire page

Highlight All Occurrences क्या है?

Highlight All Occurrences Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hold CTRL and select a text to highlight all occurrences of the text on entire page"।

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

screenshot
screenshot
screenshot

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

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

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

                        version 1.6:
- hotfix

version 1.5:
- refreshed icon

version 1.4:
- Fixed problem with locked CTRL key when user was using shortcuts like CTRL+F

version 1.3:
- Fixed bugs introduced in version 1.2

version 1.2:
- Fixed problem with locked CTRL key
- Fixed problem with re-highlighting the same text
- Added support for macOS                    

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

नाम Highlight All Occurrences Highlight All Occurrences
ID odhbnpahcahiihjfkmdnnallndmmibpk
आधिकारिक URL https://chromewebstore.google.com/detail/highlight-all-occurrences/odhbnpahcahiihjfkmdnnallndmmibpk
विवरण Hold CTRL and select a text to highlight all occurrences of the text on entire page
फ़ाइल का आकार 53.4 KB
स्थापना संख्या 1,279
वर्तमान संस्करण 1.6
अंतिम अपडेट 2018-10-09
प्रकाशन तिथि 2018-10-09
रेटिंग 3.72/5 कुल 18 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://radkoncy.wordpress.com/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Highlight All Occurrences",
    "description": "Hold CTRL and select a text to highlight all occurrences of the text on entire page",
    "icons": {
        "128": "ico128.png",
        "16": "ico16.png",
        "32": "ico32.png",
        "48": "ico48.png"
    },
    "version": "1.6",
    "browser_action": {
        "default_icon": {
            "19": "ico19.png",
            "38": "ico38.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.0.0.js",
                "jquery.highlight-5.js",
                "selection.js"
            ],
            "css": [
                "style.css"
            ],
            "all_frames": true
        }
    ]
}