SME - Search Made Easy

Hotkey and Context Menu Search. Highlight text and press G to Google(9 more). Add your favourite Search Engines. Change Hotkeys.

SME - Search Made Easy क्या है?

SME - Search Made Easy Hari द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hotkey and Context Menu Search. Highlight text and press G to Google(9 more). Add your favourite Search Engines. Change Hotkeys."।

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

screenshot
screenshot
screenshot

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

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

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

                        Also available for Firefox.
https://addons.mozilla.org/en-us/firefox/addon/sme-search-made-easy/

Here's a 3 min Firefox extension YouTube Video(Similar to chrome):
https://www.youtube.com/watch?v=ybZrI3jXztY

Imagine, You are reading a review about a movie and you want to hear a particular song mentioned in that review. All you have to do is the following,
1.Highlight the text (Song) using mouse.
2.Press "M" button to search the song in beemp3. (Can Google by pressing "G")
That's all. See how simple it is. You can also search for the Video song by pressing "Y" which will YouTube the selected text.

You can also right click and select the action. You can hide the searches from displaying when you right click. You can change the behaviour of opening like "Open in a new tab" or new window as you wish. You can change the hotkey from existing to some other key in options. Default Added Searches are as follows.
Google	 -G
Bing	 -B
Google Images	-I
Wikipedia	 -W
YouTube	 -Y
URL	 -U
4shared	 -4
Torrentz.eu	-T
Beemp3	 -M
Ebookee.org	-E

You can also add your Favourite Search Engines.

Like Us.
http://www.facebook.com/SME.SearchMadeEasy                    

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

नाम SME - Search Made Easy SME - Search Made Easy
ID ijogabbkcdkihibamfgkkkgegbinicnm
आधिकारिक URL https://chrome.google.com/webstore/detail/sme-search-made-easy/ijogabbkcdkihibamfgkkkgegbinicnm
विवरण Hotkey and Context Menu Search. Highlight text and press G to Google(9 more). Add your favourite Search Engines. Change Hotkeys.
फ़ाइल का आकार 90.13 KB
स्थापना संख्या 76
वर्तमान संस्करण 1.2
अंतिम अपडेट 2013-08-23
प्रकाशन तिथि 2013-08-23
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर Hari
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://sme-searchmadeeasy.blogspot.com
सहायता पृष्ठ URL http://sme-searchmadeeasy.blogspot.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SME - Search Made Easy",
    "description": "Hotkey and Context Menu Search. Highlight text and press G to Google(9 more). Add your favourite Search Engines. Change Hotkeys.",
    "version": "1.2",
    "permissions": [
        "contextMenus",
        "tabs",
        "management"
    ],
    "icons": {
        "16": "sme16.png",
        "48": "sme48.png",
        "128": "sme128.png"
    },
    "browser_action": {
        "default_icon": "sme.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "options.html"
}