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によって開発されたChromeの拡張機能で、その主な機能は「A translator/dictionary extension, support English/Chinese/Japanese/Korean.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

MBDictionary(English/Chinese/Japanese/Korean)拡張機能のCRXファイルをダウンロード

MBDictionary(English/Chinese/Japanese/Korean)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
}