FontPyin
The extension makes Maynamar which is written with Zawgyi font readable.
What is FontPyin?
FontPyin is a Chrome extension developed by AmosG, and its main feature is "The extension makes Maynamar which is written with Zawgyi font readable.".
Extension Screenshots
Download FontPyin Extension CRX File
Download FontPyin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | FontPyin |
ID | bkdajbbpncegglglccnhiamlhfgkefpo |
Official URL | https://chromewebstore.google.com/detail/fontpyin/bkdajbbpncegglglccnhiamlhfgkefpo |
Description | The extension makes Maynamar which is written with Zawgyi font readable. |
File Size | 208 KB |
Installation Count | 105 |
Current Version | 0.2 |
Last Updated | 2017-02-14 |
Publish Date | 2017-02-13 |
Rating | 5.00/5 Total 2 Ratings |
Developer | AmosG |
Payment Type | free |
Supported Languages | 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'" } |