English-Chinese dictionary (select->control)

This extension translates the selected English word into Chinese, or vice versa.

English-Chinese dictionary (select->control)란 무엇입니까?

English-Chinese dictionary (select->control)은(는) Fujun Du에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension translates the selected English word into Chinese, or vice versa."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

English-Chinese dictionary (select->control) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This is an English-Chinese translator based on dict.cn (海词), Youdao dictionary (有道), Google Translate, and zdic (汉典).

It has two modes of usage:
1. Select text, then press and release the "control" key.
2. Click on the extension icon, enter text, choose the dictionary service you want to use (default "dict.cn"), and click on "Submit".                    

확장 프로그램 기본 정보

이름 English-Chinese dictionary (select->control) English-Chinese dictionary (select->control)
ID mhfedeapmfofjbbmgiangfhnadgloemk
공식 URL https://chromewebstore.google.com/detail/english-chinese-dictionar/mhfedeapmfofjbbmgiangfhnadgloemk
설명 This extension translates the selected English word into Chinese, or vice versa.
파일 크기 39.59 KB
설치 횟수 1,312
현재 버전 0.4
최근 업데이트 2015-10-10
출시 날짜 2015-10-09
평점 4.25/5 총 4 개의 평점
개발자 Fujun Du
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "English-Chinese dictionary (select->control)",
    "short_name": "dictionary",
    "description": "This extension translates the selected English word into Chinese, or vice versa.",
    "version": "0.4",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "handle.css"
            ],
            "js": [
                "jquery.min.js",
                "handle.js",
                "popup.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "page": "bg.html",
        "persistent": true
    }
}