Pinyin Now
Translate any text or any webpage to Pinyin.
Pinyin Nowคืออะไร?
Pinyin Now เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andrei Stanescu และคุณลักษณะหลักของมันคือ "Translate any text or any webpage to Pinyin."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pinyin Now
ดาวน์โหลดไฟล์ส่วนขยาย Pinyin Now ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
If you are learning Chinese, Pinyin is a great way to get started and build some vocabulary. This extension allows you to translate any word or paragraph from any language into Pinyin. Just select the text you need translate, right-click and choose "Translate to Pinyin".
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Pinyin Now |
ID | oakembgipkfhaiopglmbjgfncibmilpb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pinyin-now/oakembgipkfhaiopglmbjgfncibmilpb |
คำอธิบาย | Translate any text or any webpage to Pinyin. |
ขนาดไฟล์ | 19.62 KB |
จำนวนการติดตั้ง | 164 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2019-07-08 |
วันที่เผยแพร่ | 2019-07-08 |
ผู้พัฒนา | Andrei Stanescu |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pinyin Now", "description": "Translate any text or any webpage to Pinyin.", "version": "1.1", "icons": { "16": "res\/icon_v2_16.png", "32": "res\/icon_v2_32.png", "48": "res\/icon_v2_48.png", "128": "res\/icon_v2_128.png" }, "permissions": [ "contextMenus", "activeTab", "https:\/\/translate.googleapis.com\/*" ], "background": { "persistent": false, "scripts": [ "scripts\/background\/analytics.js", "scripts\/background\/translate_service.js", "scripts\/background\/context_menu.js", "scripts\/background\/messaging.js" ] }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |