Myanmar Unicode Font Converter
Myanmar Unicode Font Converter
Cos'è Myanmar Unicode Font Converter?
Myanmar Unicode Font Converter è un'estensione di Chrome sviluppata da Tin, e la sua funzione principale è "Myanmar Unicode Font Converter".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Myanmar Unicode Font Converter
Scarica i file di estensione Myanmar Unicode Font Converter 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
A simple light-weight chrome extension allows you to convert all text contents written in Myanmar Zaw Gyi Font into Myanmar Unicode.
Informazioni di Base sull'Estensione
Nome | Myanmar Unicode Font Converter |
ID | cnghdgaldccbpbfbmbcocmfohpchghmp |
URL Ufficiale | https://chromewebstore.google.com/detail/myanmar-unicode-font-conv/cnghdgaldccbpbfbmbcocmfohpchghmp |
Descrizione | Myanmar Unicode Font Converter |
Dimensione del File | 129 KB |
Conteggio Installazioni | 2,261 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2019-03-27 |
Data di Pubblicazione | 2019-03-21 |
Valutazione | 2.00/5 Totale 1 Valutazioni |
Sviluppatore | Tin |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Myanmar Unicode Font Converter", "version": "1.0", "manifest_version": 2, "description": "Myanmar Unicode Font Converter", "permissions": [ "activeTab", "declarativeContent" ], "background": { "scripts": [ "background.js", "init.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "external-lib\/jquery-3.3.1\/jquery-3.3.1.min.js", "external-lib\/myanmar-tools-1.1.1\/zawgyi_detector.min.js", "external-lib\/myanmar-tools-1.1.1\/zawgyi_converter.min.js" ] } ], "browser_action": { "default_icon": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" } }, "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" } } |