Zhuyin

Add zhuyin fuhao next to Chinese characters.

Zhuyinคืออะไร?

Zhuyin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Phoebe Tai และคุณลักษณะหลักของมันคือ "Add zhuyin fuhao next to Chinese characters."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Use this handy extension to read Chinese websites with bopomofo! A useful tool for anyone learning traditional Chinese.                    

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

ชื่อ Zhuyin Zhuyin
ID ldpibpcjnhbdpmjfollggppibfocgefj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zhuyin/ldpibpcjnhbdpmjfollggppibfocgefj
คำอธิบาย Add zhuyin fuhao next to Chinese characters.
ขนาดไฟล์ 6.4 MB
จำนวนการติดตั้ง 7,639
เวอร์ชันปัจจุบัน 3.2
อัปเดตครั้งล่าสุด 2017-09-21
วันที่เผยแพร่ 2017-09-20
คะแนน 4.69/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา Phoebe Tai
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zhuyin",
    "description": "Add zhuyin fuhao next to Chinese characters.",
    "version": "3.2",
    "background": {
        "scripts": [
            "zhuyin.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Zhuyin"
    },
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "wp010-05.ttf"
    ]
}