WMWM - Chinese Pinyin Decoder

Annotates Chinese text with pinyin readings

WMWM - Chinese Pinyin Decoderคืออะไร?

WMWM - Chinese Pinyin Decoder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Acostinici และคุณลักษณะหลักของมันคือ "Annotates Chinese text with pinyin readings"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WMWM - Chinese Pinyin Decoder

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

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

                        With the most native speakers in the world, the Chinese language comes naturally to a good amount of people.
But to the rest of us laowai who want to master it, memorizing the thousands of characters required for even for basic comprehension can pose a hefty challenge.

Currently, we consult textbooks and children's books to learn them, but it would be a lie to say that our eyes don't glaze over after meticulously reading Cinderella for the hundredth time. 

Add a fun touch of relevance to the learning journey by instead, learning characters by reading the news or somebody's opinion on the latest cars. Check out what's in fashion, pick up idioms, and immerse yourself in real-life conversations that go on a billion times a day.

★ - Pinyin is added right after the page loads.
★ - WMWM supports both simplified and traditional Chinese characters.
★ - Webpage titles are annotated as well!
★ - Transliterations are sourced from the Unihan database.

✘ - For the sake of being a quick and lightweight extension, WMWM does *not* support homographs, characters with more than one possible pronunciation. These characters, many of which are often used, should be learned separately. WMWM only displays the most common transliteration and aids learning of less common words. 
✘ - WMWM cannot annotate pictures.

Questions? Comments? Suggestions? Glitches?
Shout 'em out in the comments!                    

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

ชื่อ WMWM - Chinese Pinyin Decoder WMWM - Chinese Pinyin Decoder
ID pedeojljneepbcmlpbikcngjaddakokc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/wmwm-chinese-pinyin-decod/pedeojljneepbcmlpbikcngjaddakokc
คำอธิบาย Annotates Chinese text with pinyin readings
ขนาดไฟล์ 195 KB
จำนวนการติดตั้ง 59
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2017-10-30
วันที่เผยแพร่ 2017-10-30
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Acostinici
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WMWM - Chinese Pinyin Decoder",
    "version": "1.1",
    "description": "Annotates Chinese text with pinyin readings",
    "permissions": [
        ""
    ],
    "browser_action": {
        "default_icon": "a.png",
        "default_title": "WMWM"
    },
    "minimum_chrome_version": "14",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "background.js"
            ]
        }
    ],
    "icons": {
        "16": "a.png",
        "48": "b.png",
        "128": "c.png",
        "256": "d.png"
    },
    "manifest_version": 2
}