Quickfind

highlight all occurrences of a specific phrase on a web page by alt + double clicking a word or alt + selecting a word.

Quickfind क्या है?

Quickfind matthew द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "highlight all occurrences of a specific phrase on a web page by alt + double clicking a word or alt + selecting a word."।

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

screenshot

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

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

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

                        Highlight all occurrences of a specific word on a web page by alt + double clicking it or highlight a phrase by alt + selecting it.

This is really useful for skimming text or documentation.

## THIS EXTENSION IS IN DEV BETA ##                    

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

नाम Quickfind Quickfind
ID dhamednoifcgcdpdoodioenmiakpccjo
आधिकारिक URL https://chromewebstore.google.com/detail/quickfind/dhamednoifcgcdpdoodioenmiakpccjo
विवरण highlight all occurrences of a specific phrase on a web page by alt + double clicking a word or alt + selecting a word.
फ़ाइल का आकार 41.68 KB
स्थापना संख्या 400
वर्तमान संस्करण 1.3
अंतिम अपडेट 2016-01-09
प्रकाशन तिथि 2016-01-09
रेटिंग 3.57/5 कुल 7 रेटिंग्स
डेवलपर matthew
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quickfind",
    "description": "highlight all occurrences of a specific phrase on a web page by alt + double clicking a word or alt + selecting a word.",
    "version": "1.3",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "32": "icon32.png",
        "128": "icon128.png"
    },
    "author": "Matthew Moy",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "search.js",
                "findAndReplaceDOM.min.js"
            ]
        }
    ]
}