FontPyin
The extension makes Maynamar which is written with Zawgyi font readable.
Wat is FontPyin?
FontPyin is een Chrome-extensie ontwikkeld door AmosG, en de belangrijkste functie is "The extension makes Maynamar which is written with Zawgyi font readable.".
Extensie Screenshots
Download het CRX-bestand van de extensie FontPyin
Download FontPyin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | FontPyin |
ID | bkdajbbpncegglglccnhiamlhfgkefpo |
Officiële URL | https://chromewebstore.google.com/detail/fontpyin/bkdajbbpncegglglccnhiamlhfgkefpo |
Beschrijving | The extension makes Maynamar which is written with Zawgyi font readable. |
Bestandsgrootte | 208 KB |
Aantal Installaties | 105 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2017-02-14 |
Publicatiedatum | 2017-02-13 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | AmosG |
Betalingswijze | free |
Ondersteunde Talen | 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'" } |