A Dict

Look up a word definition in Macmillan English Dictionary.

A Dict क्या है?

A Dict DNK Software द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Look up a word definition in Macmillan English Dictionary."।

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

screenshot

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

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

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

                        Ever stumbled upon a word you are not sure about while reading a blog post or article? What about getting the word pronunciation, word forms, synonyms, and related phrases in one click?

A Dict powered by the amazing Macmillan English Dictionary ™ gives you just that and a bit more. Just right click on a word in question and choose the appropriate menu item or highlight the word and press Alt+S.                    

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

नाम A Dict A Dict
ID clfjklmdnfnopgdaoapemolbpdbmllba
आधिकारिक URL https://chromewebstore.google.com/detail/a-dict/clfjklmdnfnopgdaoapemolbpdbmllba
विवरण Look up a word definition in Macmillan English Dictionary.
फ़ाइल का आकार 31.08 KB
स्थापना संख्या 203
वर्तमान संस्करण 1.0.6
अंतिम अपडेट 2015-12-08
प्रकाशन तिथि 2015-12-08
रेटिंग 3.40/5 कुल 5 रेटिंग्स
डेवलपर DNK Software
भुगतान के प्रकार free
समर्थित भाषाएँ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "version": "1.0.6",
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "author": "Denis Korzunov",
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "64": "logo64.png",
        "128": "logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*"
            ],
            "run_at": "document_idle",
            "all_frames": true,
            "js": [
                "apt.js"
            ]
        }
    ],
    "commands": {
        "search-selected-text": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "__MSG_hotkey_description__"
        }
    },
    "permissions": [
        "contextMenus",
        "tabs",
        ""
    ],
    "web_accessible_resources": [
        "style.css",
        "style.js",
        "mlogo16.png"
    ]
}