Cantonese Popup Dictionary

Cantonese-English pop-up dictionary for Chrome

Cantonese Popup Dictionary란 무엇입니까?

Cantonese Popup Dictionary은(는) Nicholas Van Veen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Cantonese-English pop-up dictionary for Chrome"입니다.

확장 프로그램 스크린샷

screenshot

Cantonese Popup Dictionary 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Cantonese-English pop-up dictionary for Chrome. Simply hover the mouse pointer over Chinese words to have both the definition and pronunciation displayed via a pop-up window in real-time. Pronunciation is displayed as Yale romanisation with tone numbers (other configurations are not supported at this time).

This plugin is based on the "Perapera Chinese Popup Dictionary" plugin for Chrome (which is in turn based on several other projects including Rikaikun, Rikaichan and RikaiXUL), with the dictionary replaced with data from Cantonese CEDICT project. The original copyright notices remain intact within the package source files. I take no credit for this; it was a quick and easy hack using existing resources.

Credits:

Perapera Chinese Popup Dictionary - https://chrome.google.com/extensions/detail/hlcddplhfenagbaipfjhhcjmebhkkaif

Cantonese CEDICT project - https://writecantonese8.wordpress.com/2012/02/04/cantonese-cedict-project                    

확장 프로그램 기본 정보

이름 Cantonese Popup Dictionary Cantonese Popup Dictionary
ID pjnbhojkojmibobcpfgihhnohboldhip
공식 URL https://chromewebstore.google.com/detail/cantonese-popup-dictionar/pjnbhojkojmibobcpfgihhnohboldhip
설명 Cantonese-English pop-up dictionary for Chrome
파일 크기 9.37 MB
설치 횟수 2,822
현재 버전 0.0.3
최근 업데이트 2015-05-03
출시 날짜 2015-05-03
평점 4.72/5 총 36 개의 평점
개발자 Nicholas Van Veen
결제 유형 free
지원되는 언어 en
manifest.json
{
    "background": {
        "scripts": [
            "data.js",
            "cperapera.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/toolbar-disabled.png",
        "default_title": "Cantonese Popup Dictionary"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "cperacontent.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Cantonese-English pop-up dictionary for Chrome",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Cantonese Popup Dictionary",
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.3",
    "web_accessible_resources": [
        "css\/*",
        "cperacontent.js",
        "images\/*"
    ]
}