CantoTranslate

This extension helps you learn Cantonese straight from your browser, by creating a Cantonese Popover Dictionary!

CantoTranslate란 무엇입니까?

CantoTranslate은(는) Dachi Studios에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension helps you learn Cantonese straight from your browser, by creating a Cantonese Popover Dictionary!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

CantoTranslate 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension will translate Cantonese (Traditional Chinese) to English, as well as provide text to speech so you can learn how to say the words in Cantonese!

Features:
* Double click or highlight and hover on Traditional Chinese to display a popup to show English meanings!
* Click on the sound icon to hear how to say the word in Cantonese!
* Extension will display jyutping, pinyin and also the Simplified Chinese equivalent word!

Credits:

Extension icon sourced from: https://www.flaticon.com/free-icons/hong-kong
Dictionaries from:
* CC-CEDICT: https://www.mdbg.net/chinese/dictionary?page=cc-cedict
* CC-Canto: https://cantonese.org/download.html                    

확장 프로그램 기본 정보

이름 CantoTranslate CantoTranslate
ID idagpklnbkefmgdajpopkngfnnjiiadj
공식 URL https://chromewebstore.google.com/detail/cantotranslate/idagpklnbkefmgdajpopkngfnnjiiadj
설명 This extension helps you learn Cantonese straight from your browser, by creating a Cantonese Popover Dictionary!
파일 크기 214 KB
설치 횟수 264
현재 버전 1.1
최근 업데이트 2022-05-03
출시 날짜 2022-02-20
평점 5.00/5 총 3 개의 평점
개발자 Dachi Studios
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CantoTranslate",
    "description": "This extension helps you learn Cantonese straight from your browser, by creating a Cantonese Popover Dictionary!",
    "version": "1.1",
    "icons": {
        "128": "128.png"
    },
    "action": {
        "default_icon": "128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "WebSpeech\/WebSpeech.js",
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons8-sound.ico",
                "icons8-disabled.ico"
            ],
            "matches": [
                ""
            ]
        }
    ]
}