Chinese Tools

Useful Chinese learning tools, can be used to convert text into Pinyin/Zhuyin, Trad./Simp. version, or generate vocabulary list

Chinese Toolsคืออะไร?

Chinese Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.purpleculture.net และคุณลักษณะหลักของมันคือ "Useful Chinese learning tools, can be used to convert text into Pinyin/Zhuyin, Trad./Simp. version, or generate vocabulary list"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chinese Tools

ดาวน์โหลดไฟล์ส่วนขยาย Chinese Tools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Useful Chinese learning tools are available in this extension, allowing you to convert selected Chinese text into Pinyin/Zhuyin, Traditional/Simplified versions, or English. Additionally, you can generate a vocabulary list.

Tools provided in this extension includes:
- Chinese to Pinyin/Zhuyin conversion
- Traditional/Simplified Chinese conversion
- Vocabulary list generator
- Dictionary lookup
- Translate to English
- Chinese text to speech

How to use:
Select some Chinese text, right click, move to Chinese Tools, and select tool you want to use. 

Features:
Chinese to Pinyin/Zhuyin conversion
1. Context-based Pinyin Correction: The tool will analyze the context of each character and suggest the correct Pinyin. Example: "行长认为方案是可行的" will be converted into "háng zhăng rèn wéi fāng àn shì kĕ xíng de," considering the different Pinyin results for the character "行" based on the context.
2. Support both Simplified Chinese and Traditional Chinese;
3. Translation result can be in Pinyin or Zhuyin (Bopomofo) or pinyin tone mark only;
4. Provide pronunciation for each character/word and paragraph;
5. Support export as EPUB, Mobi, PDF, Word document;
6. Built-in function to generate vocabulary list;
7. Support translating from Chinese to more than 30 languages;
8. Displays the boundaries of Chinese words, making it easier to read and understand the text; 

Traditional/Simplified Chinese conversion
1. Context based conversion. For example. 皇后发现后天是一个好日子 will be converted into 皇后發現後天是一個好日子, you can find based on the context, character 后 is get different treatments.
2. Terminologies conversion supported. For example, 软件 (ruanjian) in Simplified Chinese will be converted to 軟體 (ruanti) in Traditional Chinese.

Dictionary lookup
1. Allow search by Simplified Chinese / Traditional Chinese / English word / Pinyin 
Chinese handwriting recognizer. Enter Chinese characters just by drawing them with your mouse/finger.
2. Provide Pinyin table, which lists all Pinyin combination used in standard Mandarin
3. Print and export details to Word document
4. Generate handwriting practice sheet                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Chinese Tools Chinese Tools
ID aicnjppelckphnaiohdpicomfaedhnfk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chinese-tools/aicnjppelckphnaiohdpicomfaedhnfk
คำอธิบาย Useful Chinese learning tools, can be used to convert text into Pinyin/Zhuyin, Trad./Simp. version, or generate vocabulary list
ขนาดไฟล์ 15.26 KB
จำนวนการติดตั้ง 9,279
เวอร์ชันปัจจุบัน 1.7
อัปเดตครั้งล่าสุด 2024-01-02
วันที่เผยแพร่ 2016-10-20
คะแนน 3.61/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา https://www.purpleculture.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.purpleculture.net/chinese-tools/
URL หน้าช่วยเหลือ https://www.purpleculture.net/contact_us/
URL หน้านโยบายความเป็นส่วนตัว https://www.purpleculture.net/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chinese Tools",
    "version": "1.7",
    "description": "Useful Chinese learning tools, can be used to convert text into Pinyin\/Zhuyin, Trad.\/Simp. version, or generate vocabulary list",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "main.js"
    }
}