Chinese-English Dictionary

Chinese-English Dictionary by Purple Culture

Chinese-English Dictionary란 무엇입니까?

Chinese-English Dictionary은(는) https://www.purpleculture.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chinese-English Dictionary by Purple Culture"입니다.

확장 프로그램 스크린샷

screenshot

Chinese-English Dictionary 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Select or double click Chinese word to view its definition in a small popup.

Features:
1. You can click on the pinyin to hear the pronunciation
2. TTS is provided for Chinese words
3. Support color tone (color tone scheme is based on your saved setting on https://www.purpleculture.net/mytoolsetting/)
3. Save to Purple Culture MyWords (https://www.purpleculture.net/mywords/), which can be used for flashcards, worksheets generations.

Notes:
- The pop-up bubble will not work in tabs that were open prior to installation. After installing this extension, please reload your already open tabs or restart Chrome.
- Please note all extensions are disabled on Chrome Web Store pages (including this one). Do not test the extension on this page; it will not work!                    

확장 프로그램 기본 정보

이름 Chinese-English Dictionary Chinese-English Dictionary
ID oioeapdgbhbkkmmmeiichfjloebjggki
공식 URL https://chromewebstore.google.com/detail/chinese-english-dictionar/oioeapdgbhbkkmmmeiichfjloebjggki
설명 Chinese-English Dictionary by Purple Culture
파일 크기 373 KB
설치 횟수 1,200
현재 버전 1.4
최근 업데이트 2020-12-24
출시 날짜 2018-12-10
평점 3.33/5 총 3 개의 평점
개발자 https://www.purpleculture.net
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chinese-English Dictionary",
    "icons": {
        "128": "images\/logo_128.png",
        "48": "images\/logo_48.png",
        "16": "images\/logo_16.png"
    },
    "description": "Chinese-English Dictionary by Purple Culture",
    "version": "1.4",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "assets\/lib\/jquery.js",
                "assets\/purpledic.js",
                "assets\/lib\/howler.js",
                "assets\/dict.js",
                "assets\/content.js"
            ],
            "css": [
                "assets\/purpledic.css",
                "assets\/lib\/font-awesome\/css\/font-awesome.css",
                "assets\/content.css"
            ],
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/logo_19.png",
            "38": "images\/logo_38.png"
        },
        "default_title": "Chinese-English Dictionary",
        "default_popup": "popup.html"
    },
    "permissions": [
        "cookies",
        "*:\/\/*.purpleculture.net\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "assets\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; media-src https:; object-src 'self'"
}