FontPyin
The extension makes Maynamar which is written with Zawgyi font readable.
FontPyinคืออะไร?
FontPyin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AmosG และคุณลักษณะหลักของมันคือ "The extension makes Maynamar which is written with Zawgyi font readable."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FontPyin
ดาวน์โหลดไฟล์ส่วนขยาย FontPyin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Are the letters not displayed correctly on your Facebook for Myanmar language? Use this extension to fix it. - Changes 0.2 - The extension should be working again.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | FontPyin |
ID | bkdajbbpncegglglccnhiamlhfgkefpo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fontpyin/bkdajbbpncegglglccnhiamlhfgkefpo |
คำอธิบาย | The extension makes Maynamar which is written with Zawgyi font readable. |
ขนาดไฟล์ | 208 KB |
จำนวนการติดตั้ง | 105 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2017-02-14 |
วันที่เผยแพร่ | 2017-02-13 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | AmosG |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | no |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FontPyin", "description": "The extension makes Maynamar which is written with Zawgyi font readable.", "version": "0.2", "browser_action": { "default_title": "FontPyin", "default_icon": "icon_128.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ], "web_accessible_resources": [ "fonts\/*" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |