Annotate Chinese with Pinyin
Annotate Chinese with Pinyin
Annotate Chinese with Pinyinคืออะไร?
Annotate Chinese with Pinyin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย haochi.extensions และคุณลักษณะหลักของมันคือ "Annotate Chinese with Pinyin"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Annotate Chinese with Pinyin
ดาวน์โหลดไฟล์ส่วนขยาย Annotate Chinese with Pinyin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Annotate Chinese with Pinyin on any web page!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | nklndoamigakcadfpngfkcppjpijcghj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/annotate-chinese-with-pin/nklndoamigakcadfpngfkcppjpijcghj |
คำอธิบาย | Annotate Chinese with Pinyin |
ขนาดไฟล์ | 202 KB |
จำนวนการติดตั้ง | 146 |
เวอร์ชันปัจจุบัน | 0.0.2 |
อัปเดตครั้งล่าสุด | 2020-09-14 |
วันที่เผยแพร่ | 2020-04-20 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | haochi.extensions |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Annotate Chinese with Pinyin", "version": "0.0.2", "manifest_version": 2, "description": "Annotate Chinese with Pinyin", "homepage_url": "https:\/\/github.com\/haochi\/annotate-pinyin-with-chinese", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_title": "Annotate Chinese on Current Page with Pinyin", "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "background": { "scripts": [ "src\/browser\/background.js" ], "persistent": true }, "permissions": [ "contextMenus", "tabs", "activeTab" ] } |