Highlight to Search

Press Alt+Shift+Y to search for the selected text on Yahoo.

Highlight to Search क्या है?

Highlight to Search lironkartz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Press Alt+Shift+Y to search for the selected text on Yahoo."।

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

screenshot

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

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

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

                        This nifty extensions helps you quickly search on the Yahoo search engine the current highlighted text. 

All you need to do is press the Alt+Shift+Y key combination to search the selected text on Yahoo.                    

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

नाम Highlight to Search Highlight to Search
ID lncokdgmmjicggolpdppfgbjeaikekhn
आधिकारिक URL https://chrome.google.com/webstore/detail/highlight-to-search/lncokdgmmjicggolpdppfgbjeaikekhn
विवरण Press Alt+Shift+Y to search for the selected text on Yahoo.
फ़ाइल का आकार 8.71 KB
स्थापना संख्या 4,520
वर्तमान संस्करण 0.1
अंतिम अपडेट 2014-01-02
प्रकाशन तिथि 2014-01-02
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर lironkartz
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Highlight to Search",
    "description": "Press Alt+Shift+Y to search for the selected text on Yahoo.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "version": "0.1",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "commands": {
        "yahoo-search": {
            "suggested_key": {
                "default": "Alt+Shift+Y"
            },
            "description": "Yahoo search selected text"
        }
    }
}