Myanmar Unicode Font Converter
Myanmar Unicode Font Converter
Hvad er Myanmar Unicode Font Converter?
Myanmar Unicode Font Converter er en Chrome-udvidelse udviklet af Tin, og dens hovedfunktion er "Myanmar Unicode Font Converter".
Udvidelsesskærmbilleder
Download Myanmar Unicode Font Converter-udvidelses-CRX-fil
Download Myanmar Unicode Font Converter-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
A simple light-weight chrome extension allows you to convert all text contents written in Myanmar Zaw Gyi Font into Myanmar Unicode. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | cnghdgaldccbpbfbmbcocmfohpchghmp |
| Officiel URL | https://chromewebstore.google.com/detail/myanmar-unicode-font-conv/cnghdgaldccbpbfbmbcocmfohpchghmp |
| Beskrivelse | Myanmar Unicode Font Converter |
| Filstørrelse | 129 KB |
| Antal Installationer | 2,261 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2019-03-27 |
| Udgivelsesdato | 2019-03-21 |
| Bedømmelse | 2.00/5 Samlet 1 Bedømmelser |
| Udvikler | Tin |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
} | |