CantoTranslate

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

Qu'est-ce que CantoTranslate ?

CantoTranslate est une extension Chrome développée par Dachi Studios, et sa fonction principale est "This extension helps you learn Cantonese straight from your browser, by creating a Cantonese Popover Dictionary!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension CantoTranslate

Téléchargez les fichiers d'extension CantoTranslate au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom CantoTranslate CantoTranslate
ID idagpklnbkefmgdajpopkngfnnjiiadj
URL Officiel https://chromewebstore.google.com/detail/cantotranslate/idagpklnbkefmgdajpopkngfnnjiiadj
Description This extension helps you learn Cantonese straight from your browser, by creating a Cantonese Popover Dictionary!
Taille du Fichier 214 KB
Nombre d'Installations 264
Version Actuelle 1.1
Dernière Mise à Jour 2022-05-03
Date de Publication 2022-02-20
Évaluation 5.00/5 Total 3 Évaluations
Développeur Dachi Studios
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}