Hightlight to Search Faster

Quicker and simpler than the Google's official extension! Select a word then click a button to open a results page on Google. Any…

Hightlight to Search Faster क्या है?

Hightlight to Search Faster MI द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quicker and simpler than the Google's official extension! Select a word then click a button to open a results page on Google. Any…"।

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

screenshot

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

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

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

                        Quicker and simpler than the Google's official extension!
Select a word then click a button to open a results page on Google.
Any word you highlight with your mouse cursor on any webpage will bring up a search magnifying glass icon below it. Clicking on that will open the results page on Google in a new Chrome tab.                    

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

नाम Hightlight to Search Faster Hightlight to Search Faster
ID llpnnfnkbcghmlmfmkjkkklfjofdbkfh
आधिकारिक URL https://chromewebstore.google.com/detail/hightlight-to-search-fast/llpnnfnkbcghmlmfmkjkkklfjofdbkfh
विवरण Quicker and simpler than the Google's official extension! Select a word then click a button to open a results page on Google. Any…
फ़ाइल का आकार 10.63 KB
स्थापना संख्या 221
वर्तमान संस्करण 0.0.2
अंतिम अपडेट 2014-10-29
प्रकाशन तिथि 2014-10-29
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर MI
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://blendedway.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hightlight to Search Faster",
    "version": "0.0.2",
    "icons": {
        "38": "images\/icon38.png",
        "48": "images\/icon48.png"
    },
    "browser_action": {
        "default_title": "Faster Highlight to Search",
        "default_icon": "images\/icon38.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "contentscript.css"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}