Search

Add additional search engines to the selection context menu

Search क्या है?

Search towisoft द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add additional search engines to the selection context menu"।

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

screenshot

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

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

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

                        This extension allows you to define set of search engines that will be available in selection context menu (i.e. select text and then right-click to search for selected text). Chrome by default allows only "Default search engine" to be listed there. You can add as many search engines as you want. 

Really simple thing with no permissions needed at all.

Usage:
1) select text you want to search for
2) right-click the text
3) pick search engine to be used for search

Any help with localisations is welcome!                    

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

नाम Search Search
ID lfbphpgahhidjjdgalaacklhfepilmhf
आधिकारिक URL https://chromewebstore.google.com/detail/search/lfbphpgahhidjjdgalaacklhfepilmhf
विवरण Add additional search engines to the selection context menu
फ़ाइल का आकार 81.74 KB
स्थापना संख्या 423
वर्तमान संस्करण 1.3
अंतिम अपडेट 2013-07-14
प्रकाशन तिथि 2013-07-14
रेटिंग 4.43/5 कुल 7 रेटिंग्स
डेवलपर towisoft
भुगतान के प्रकार free
समर्थित भाषाएँ de,en,sk,cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.3",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "multisearch.js"
        ]
    },
    "icons": {
        "16": "img\/search-16.png",
        "48": "img\/search-48.png",
        "128": "img\/search-128.png"
    },
    "options_page": "options.html",
    "default_locale": "en"
}