MagicSearch

Get search results from multiple dictionaries at once on magicsearch.org by selecting a word and clicking on the extension button.

MagicSearch क्या है?

MagicSearch https://magicsearch.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get search results from multiple dictionaries at once on magicsearch.org by selecting a word and clicking on the extension button."।

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

screenshot

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

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

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

                        Search multiple dictionaries right from your browser by a) pressing ALT and double clicking on any word; b) selecting a word or phrase and then clicking the MagicSearch icon on the toolbar; c) selecting a word or phrase, right clicking and then clicking on the MagicSearch menu option. 

Once you make your first search you will have to select your language pair online from the page that will open on http://magicsearch.org and make a search. This is a necessary in order for the extension to search on your preferred language pair. If in the future you want to change the language pair that the extension searches, you will have to repeat the procedure.                    

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

नाम MagicSearch MagicSearch
ID fpkdjcbfpcjhkjgdebpilkojicboeick
आधिकारिक URL https://chromewebstore.google.com/detail/magicsearch/fpkdjcbfpcjhkjgdebpilkojicboeick
विवरण Get search results from multiple dictionaries at once on magicsearch.org by selecting a word and clicking on the extension button.
फ़ाइल का आकार 12.33 KB
स्थापना संख्या 886
वर्तमान संस्करण 0.15
अंतिम अपडेट 2015-12-24
प्रकाशन तिथि 2015-12-24
रेटिंग 4.00/5 कुल 1 रेटिंग्स
डेवलपर https://magicsearch.org
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://magicsearch.org
सहायता पृष्ठ URL http://magicsearch.org/help
समर्थित भाषाएँ en
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "chrome19.png",
        "default_title": "MagicSearch"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "project_event.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Get search results from multiple dictionaries at once on magicsearch.org by selecting a word and clicking on the extension button.",
    "icons": {
        "16": "chrome16.png",
        "48": "chrome48.png"
    },
    "manifest_version": 2,
    "name": "MagicSearch",
    "permissions": [
        "tabs",
        "",
        "contextMenus"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.15",
    "web_accessible_resources": [
        "chrome16.png"
    ]
}