Mimic dictionary

Look up words in several online-dictionaries at a time

Mimic dictionary क्या है?

Mimic dictionary mimic.dictionary द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Look up words in several online-dictionaries at a time"।

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

screenshot
screenshot
screenshot

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

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

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

                        Do you search for the definitions of the words, their examples of usage, synonyms or opposites? If you do, you probably do this using several dictionaries as all of them vary in content. Some of them please you with clear example sentences, others satisfy your thirst for more accurate definitions. This work requires you to enter the same word in each dictionary again and again with a long line of tabs open. We’ve decided to put an end to this and created the Mimic Dictionary!

With this extension, you can:

- enter a word into the search box  and look it up in the dictionaries from the list on the sidebar with one tab open
- select words on websites and look them up in the dictionaries through the context menu
- compare the search results having opened several dictionary sites at a time

Features

- changing the position of the sidebar on the screen
- changing the position of the toggle that unfolds the sidebar
- reordering the dictionaries on the sidebar
- dark theme


Made to enjoy vocabulary learning by WordsTool

Support us on Patreon                    

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

नाम Mimic dictionary Mimic dictionary
ID namlmnoojinjjdebklfeadohfdmbpong
आधिकारिक URL https://chromewebstore.google.com/detail/mimic-dictionary/namlmnoojinjjdebklfeadohfdmbpong
विवरण Look up words in several online-dictionaries at a time
फ़ाइल का आकार 614 KB
स्थापना संख्या 397
वर्तमान संस्करण 0.0.5
अंतिम अपडेट 2021-03-01
प्रकाशन तिथि 2021-02-27
रेटिंग 5.00/5 कुल 8 रेटिंग्स
डेवलपर mimic.dictionary
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.patreon.com/mimicdictionary
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_app_name__",
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "Look up words in several online-dictionaries at a time",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "Mimic",
        "matches": [
            "http:\/\/*\/*"
        ]
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "https:\/\/dictionary.cambridge.org\/*",
        "https:\/\/*.collinsdictionary.com\/*",
        "https:\/\/*.vocabulary.com\/*",
        "https:\/\/*.macmillandictionary.com\/*",
        "https:\/\/*.merriam-webster.com\/*",
        "https:\/\/*.ldoceonline.com\/*",
        "https:\/\/*.oxfordlearnersdictionaries.com\/*",
        "https:\/\/*.dictionary.com\/*",
        "https:\/\/*.thefreedictionary.com\/*",
        "http:\/\/*.ozdic.com\/*",
        "https:\/\/youglish.com\/*",
        "https:\/\/*.urbandictionary.com\/*",
        "https:\/\/fraze.it\/*",
        "https:\/\/*.wordhippo.com\/*",
        "http:\/\/*.just-the-word.com\/*",
        "https:\/\/*.wordreference.com\/*",
        "activeTab",
        "tabs",
        "contextMenus",
        "storage"
    ],
    "default_locale": "en"
}