CantoTranslate

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

CantoTranslate क्या है?

CantoTranslate Dachi Studios द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension helps you learn Cantonese straight from your browser, by creating a Cantonese Popover Dictionary!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CantoTranslate एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
                ""
            ]
        }
    ]
}