Teochew Pop-up Dictionary

Learn Chinese vocabulary in Teochew.

Teochew Pop-up Dictionary là gì?

Teochew Pop-up Dictionary là một tiện ích mở rộng Chrome được phát triển bởi Paul La, và tính năng chính của nó là "Learn Chinese vocabulary in Teochew.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Teochew Pop-up Dictionary

Tải xuống các tệp mở rộng Teochew Pop-up Dictionary dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Teochew Pop-up Dictionary Teochew Pop-up Dictionary
ID jhmfddlpcbhnjmnbkagdaoghacglnmii
URL Chính Thức https://chromewebstore.google.com/detail/teochew-pop-up-dictionary/jhmfddlpcbhnjmnbkagdaoghacglnmii
Mô tả Learn Chinese vocabulary in Teochew.
Kích Thước Tệp 4.84 MB
Số Lần Cài Đặt 523
Phiên Bản Hiện Tại 2.3.0
Cập Nhật Lần Cuối 2023-05-17
Ngày Phát Hành 2019-10-13
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Paul La
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}