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
公式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
Eメール [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": [
                ""
            ]
        }
    ]
}