Teochew Pop-up Dictionary

Learn Chinese vocabulary in Teochew.

什麼是Teochew Pop-up Dictionary?

Teochew Pop-up Dictionary是由Paul La開發的Chrome擴展程式,該擴展的主要功能是“Learn Chinese vocabulary in Teochew.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Teochew Pop-up Dictionary擴展crx文件

下載Teochew Pop-up Dictionary擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Teochew Pop-up Dictionary Teochew Pop-up Dictionary
ID jhmfddlpcbhnjmnbkagdaoghacglnmii
官方網址 https://chromewebstore.google.com/detail/teochew-pop-up-dictionary/jhmfddlpcbhnjmnbkagdaoghacglnmii
簡介 Learn Chinese vocabulary in Teochew.
檔案大小 4.84 MB
安裝次數 523
目前版本 2.3.0
更新時間 2023-05-17
上架時間 2019-10-13
評分 5.00/5 共 1 次評分
開發者 Paul La
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}