MBDictionary(English/Chinese/Japanese/Korean)

A translator/dictionary extension, support English/Chinese/Japanese/Korean.

MBDictionary(English/Chinese/Japanese/Korean) क्या है?

MBDictionary(English/Chinese/Japanese/Korean) https://tctplus.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A translator/dictionary extension, support English/Chinese/Japanese/Korean."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        New !!!
version 5: support sync with cloud storage

###################################
[MBDict] is a dictionary/translation extension for Chrome Browser. Support multi dictionaries:
1,English.(British,American)
2,English -> Chinese -> English.(both Simplified and Traditional are supported)
3,English -> Japanese -> English.
4,English -> Korean -> English.
It support get definition of selection(word/phrase) in page or from the toolbar popup window.
Also you can do a translation in the PDF file(using right click context menu).
It has multi languages UI(English/Chinese/Japanese).                    

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

नाम MBDictionary(English/Chinese/Japanese/Korean) MBDictionary(English/Chinese/Japanese/Korean)
ID lpbnlilmgcemkbnmgiomhebhljhnokfd
आधिकारिक URL https://chromewebstore.google.com/detail/mbdictionaryenglishchines/lpbnlilmgcemkbnmgiomhebhljhnokfd
विवरण A translator/dictionary extension, support English/Chinese/Japanese/Korean.
फ़ाइल का आकार 325 KB
स्थापना संख्या 4,293
वर्तमान संस्करण 5.1
अंतिम अपडेट 2015-07-18
प्रकाशन तिथि 2015-07-18
रेटिंग 4.52/5 कुल 21 रेटिंग्स
डेवलपर https://tctplus.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.tctplus.com
समर्थित भाषाएँ en,zh-CN,ja
manifest.json
{
    "manifest_version": 2,
    "name": "__MSG_manifest_name__",
    "version": "5.1",
    "author": "tctplus",
    "default_locale": "en",
    "description": "__MSG_manifest_desc__",
    "icons": {
        "16": "img\/mbdict_16.png",
        "32": "img\/mbdict_32.png",
        "48": "img\/mbdict_48.png",
        "128": "img\/mbdict_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/mbdict_16.png",
            "38": "img\/mbdict_32.png"
        },
        "default_popup": "popup.html"
    },
    "options_page": "option.html",
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/system.js",
            "js\/storage.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "css": [],
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "storage",
        "activeTab",
        "http:\/\/www.macmillandictionary.com\/*",
        "http:\/\/cn.bing.com\/*",
        "http:\/\/www.microsofttranslator.com\/*",
        "http:\/\/api.microsofttranslator.com\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "mason.html",
        "option.html",
        "local.html"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}