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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}