chinese pinyin

Add pinyin to chinese text.

chinese pinyinคืออะไร?

chinese pinyin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pinyin.meteor.com และคุณลักษณะหลักของมันคือ "Add pinyin to chinese text."

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

screenshot

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

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

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

                        An tool to add pinyin to chinese paragraphs. Feedback welcomed.

Note that when multiple pinyin is possible, I list all of the them, with the first listing being the most common one.                    

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

ชื่อ chinese pinyin chinese pinyin
ID dbjilbkolbodebenablpomgeihnclgel
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chinese-pinyin/dbjilbkolbodebenablpomgeihnclgel
คำอธิบาย Add pinyin to chinese text.
ขนาดไฟล์ 651 KB
จำนวนการติดตั้ง 3,050
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2014-08-04
วันที่เผยแพร่ 2014-08-04
คะแนน 4.36/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา https://pinyin.meteor.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "chinese pinyin",
    "description": "Add pinyin to chinese text.",
    "version": "1.2",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}