Genie Multisearch

An extension to search multiple websites fast for Word research

Genie Multisearch क्या है?

Genie Multisearch Jasnan TP द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension to search multiple websites fast for Word research"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Genie Multisearch will help you to search multiple websites fast thus speed up your word research.

This search extension asks you “Which word do you want to look up?” and "Which language are you learning?", then in 3 seconds, you have a Google Images tab for the word, a Forvo.com recording, a bilingual dictionary entry and a monolingual dictionary entry. Magic!

Genie Multisearch comes with a preset of language resources for a number of languages. The extension will open tabs based on the default language resource settings however you can customize (add/edit/remove) these from options page.

You can also search for any word using Genie by right clicking upon a word, and select your target language from the context menu.                    

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

नाम Genie Multisearch Genie Multisearch
ID bpcnkekccfaabbocmidlnbfbgidpeiki
आधिकारिक URL https://chromewebstore.google.com/detail/genie-multisearch/bpcnkekccfaabbocmidlnbfbgidpeiki
विवरण An extension to search multiple websites fast for Word research
फ़ाइल का आकार 197 KB
स्थापना संख्या 121
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2019-03-15
प्रकाशन तिथि 2019-03-15
रेटिंग 4.00/5 कुल 4 रेटिंग्स
डेवलपर Jasnan TP
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Jasnan/genie-multisearch
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "assets\/images\/icon-38.png",
        "128": "assets\/images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "views\/index.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/images\/icon-38.png",
            "38": "assets\/images\/icon-38.png"
        },
        "default_title": "Genie Multisearch",
        "default_popup": "views\/popup.html"
    },
    "options_page": "views\/options.html",
    "permissions": [
        "tabs",
        "contextMenus"
    ]
}