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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}