Myanmar Unicode Font Converter

Myanmar Unicode Font Converter

What is Myanmar Unicode Font Converter?

Myanmar Unicode Font Converter is a Chrome extension developed by Tin, and its main feature is "Myanmar Unicode Font Converter".

Extension Screenshots

screenshot
screenshot

Download Myanmar Unicode Font Converter Extension CRX File

Download Myanmar Unicode Font Converter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Myanmar Unicode Font Converter Myanmar Unicode Font Converter
ID cnghdgaldccbpbfbmbcocmfohpchghmp
Official URL https://chromewebstore.google.com/detail/myanmar-unicode-font-conv/cnghdgaldccbpbfbmbcocmfohpchghmp
Description Myanmar Unicode Font Converter
File Size 129 KB
Installation Count 2,261
Current Version 1.0
Last Updated 2019-03-27
Publish Date 2019-03-21
Rating 2.00/5 Total 1 Ratings
Developer Tin
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}