Myanmar Unicode Font Converter
Myanmar Unicode Font Converter
Qu'est-ce que Myanmar Unicode Font Converter ?
Myanmar Unicode Font Converter est une extension Chrome développée par Tin, et sa fonction principale est "Myanmar Unicode Font Converter".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Myanmar Unicode Font Converter
Téléchargez les fichiers d'extension Myanmar Unicode Font Converter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
A simple light-weight chrome extension allows you to convert all text contents written in Myanmar Zaw Gyi Font into Myanmar Unicode.
Informations de Base sur l'Extension
Nom | Myanmar Unicode Font Converter |
ID | cnghdgaldccbpbfbmbcocmfohpchghmp |
URL Officiel | https://chromewebstore.google.com/detail/myanmar-unicode-font-conv/cnghdgaldccbpbfbmbcocmfohpchghmp |
Description | Myanmar Unicode Font Converter |
Taille du Fichier | 129 KB |
Nombre d'Installations | 2,261 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2019-03-27 |
Date de Publication | 2019-03-21 |
Évaluation | 2.00/5 Total 1 Évaluations |
Développeur | Tin |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |