Myanmar Unicode Font Converter

Myanmar Unicode Font Converter

Wat is Myanmar Unicode Font Converter?

Myanmar Unicode Font Converter is een Chrome-extensie ontwikkeld door Tin, en de belangrijkste functie is "Myanmar Unicode Font Converter".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Myanmar Unicode Font Converter

Download Myanmar Unicode Font Converter-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

                        A simple light-weight chrome extension allows you to convert all text contents written in Myanmar Zaw Gyi Font into Myanmar Unicode.                    

Basisinformatie over de Extensie

Naam Myanmar Unicode Font Converter Myanmar Unicode Font Converter
ID cnghdgaldccbpbfbmbcocmfohpchghmp
Officiële URL https://chromewebstore.google.com/detail/myanmar-unicode-font-conv/cnghdgaldccbpbfbmbcocmfohpchghmp
Beschrijving Myanmar Unicode Font Converter
Bestandsgrootte 129 KB
Aantal Installaties 2,261
Huidige Versie 1.0
Laatst Bijgewerkt 2019-03-27
Publicatiedatum 2019-03-21
Beoordeling 2.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Tin
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}