Teochew Pop-up Dictionary

Learn Chinese vocabulary in Teochew.

Apa itu Teochew Pop-up Dictionary?

Teochew Pop-up Dictionary adalah ekstensi Chrome yang dikembangkan oleh Paul La, dan fitur utamanya adalah "Learn Chinese vocabulary in Teochew.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Teochew Pop-up Dictionary

Unduh file ekstensi Teochew Pop-up Dictionary dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        USAGE

Teochew Pop-up Dictionary is based on Zhongwen: Chinese-English Dictionary (https://chrome.google.com/webstore/detail/zhongwen-chinese-english/kkmlkkjojmombglmlpbpapmhcaljjkde) [v. 5.4.3] by Christian Schiller. For non-Teochew usage info (like useful keyboard shortcuts), please refer to his page or the in-extension help. If Teochew functionality isn't needed at all, please directly use Zhongwen for Mandarin learning instead.

Press the [潮] button to enable the extension and bring up the mini-help menu. Move the mouse outside the help menu to clear it or hit the [Esc] keyboard button. Mouse over Chinese to bring up the entry in a pop-up.

For most users, you'll get the most mileage looking up a word in English on a translation website and then mousing over the Chinese characters.

-Layout-

Each entry shows Simplified Chinese and then Traditional Chinese, if the characters are different, and then the Pinyin and Teochew Romanization with the definition underneath. The layout, including omitting Pinyin, can be customized on the options page.

In many cases, a single Chinese character will have many Teochew pronunciations and the correct one for a multi-character word cannot be determined by software. In that scenario, the possible pronunciations are listed together. In order to help with the clutter that may cause, the Teochew pronunciations that belong to a character will be grouped by color. For example, in a three Chinese character word, all pronunciations associated with the first character will be red, with the second character green, and with the third blue.

As it turns out, Teochew can differ from one location to the next where the amount of differences correlate strongly with geographical barriers. The Teochew in this extension is based on the prestige form found in the city center of Shantou and most widely reflects the Teochew spoken worldwide.

-Teochew Romanization: Peng'im-

Given that most users aren't familiar with Peng'im, almost every Teochew syllable also has a playable pronunciation. 

-Play All Feature-

To facilitate learning the tone changes, a Play All button when clicked will play the audio for all characters with the tone changes. When a Chinese character has multiple pronunciations, the first pronunciation or a pronunciation marked with 训 or 俗 will be used.

GOAL OF CHROME EXTENSION

This extension intends to supplement those who already have a Teochew or Chinese background to expand and reinforce their vocabulary when talking with family or if they're studying Mandarin to leverage familiarity from already speaking Teochew. Confirm the correct Teochew pronunciation by asking a family member. My hope is that your Teochew and communication with family will both improve!

UPDATE
[v. 2.3.0]
- Additional enhancements

[v. 2.1.0]
- Network enhancements

[v. 2.0.0]
 - Extension download size reduced by 60%
 - "Play all" bug fixed when final character in a word does not have audio

[v. 1.1.0]
 - Pop-up implemented using Shadow DOM to isolate the play buttons from the web page CSS
 - Dictionary updated with more Standard Chinese words                    

Informasi Dasar Ekstensi

Nama Teochew Pop-up Dictionary Teochew Pop-up Dictionary
ID jhmfddlpcbhnjmnbkagdaoghacglnmii
URL Resmi https://chromewebstore.google.com/detail/teochew-pop-up-dictionary/jhmfddlpcbhnjmnbkagdaoghacglnmii
Deskripsi Learn Chinese vocabulary in Teochew.
Ukuran File 4.84 MB
Jumlah Instalasi 523
Versi Saat Ini 2.3.0
Terakhir Diperbarui 2023-05-17
Tanggal Publikasi 2019-10-13
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Paul La
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Paul La",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "20": "images\/teochew_20.png",
            "40": "images\/teochew_40.png",
            "48": "images\/teochew_48.png"
        },
        "default_title": "Teochew Chinese Pop-up Dictionary"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/jquery-3.3.1.min.js",
                "js\/browser-polyfill.min.js",
                "js\/react.production.min.js",
                "js\/react-dom.production.min.js",
                "js\/html-react-parser.min.js",
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Learn Chinese vocabulary in Teochew.",
    "icons": {
        "16": "images\/teochew_16.png",
        "48": "images\/teochew_48.png",
        "128": "images\/teochew_128.png"
    },
    "manifest_version": 2,
    "name": "Teochew Pop-up Dictionary",
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "tabs",
        "https:\/\/www.teochewspot.com\/",
        "https:\/\/ycsyuqckpfe5addllgynkolgba0dkniu.lambda-url.us-west-1.on.aws\/"
    ],
    "content_security_policy": "default-src 'self'; connect-src https:\/\/www.teochewspot.com\/ https:\/\/ycsyuqckpfe5addllgynkolgba0dkniu.lambda-url.us-west-1.on.aws\/;",
    "short_name": "Teochew",
    "version": "2.3.0",
    "web_accessible_resources": [
        "css\/*",
        "js\/*",
        "images\/*"
    ],
    "-ms-preload": {
        "backgroundScript": "backgroundScriptsAPIBridge.js",
        "contentScript": "contentScriptsAPIBridge.js"
    }
}