FontPyin
The extension makes Maynamar which is written with Zawgyi font readable.
Cos'è FontPyin?
FontPyin è un'estensione di Chrome sviluppata da AmosG, e la sua funzione principale è "The extension makes Maynamar which is written with Zawgyi font readable.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione FontPyin
Scarica i file di estensione FontPyin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | FontPyin |
ID | bkdajbbpncegglglccnhiamlhfgkefpo |
URL Ufficiale | https://chromewebstore.google.com/detail/fontpyin/bkdajbbpncegglglccnhiamlhfgkefpo |
Descrizione | The extension makes Maynamar which is written with Zawgyi font readable. |
Dimensione del File | 208 KB |
Conteggio Installazioni | 105 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2017-02-14 |
Data di Pubblicazione | 2017-02-13 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | AmosG |
Tipo di Pagamento | free |
Lingue Supportate | 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'" } |