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文件

下載CantoTranslate擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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": [
                ""
            ]
        }
    ]
}