Myanmar Unicode Font Converter

Myanmar Unicode Font Converter

Myanmar Unicode Font Converter क्या है?

Myanmar Unicode Font Converter Tin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Myanmar Unicode Font Converter"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Myanmar Unicode Font Converter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Myanmar Unicode Font Converter Myanmar Unicode Font Converter
ID cnghdgaldccbpbfbmbcocmfohpchghmp
आधिकारिक URL https://chromewebstore.google.com/detail/myanmar-unicode-font-conv/cnghdgaldccbpbfbmbcocmfohpchghmp
विवरण Myanmar Unicode Font Converter
फ़ाइल का आकार 129 KB
स्थापना संख्या 2,261
वर्तमान संस्करण 1.0
अंतिम अपडेट 2019-03-27
प्रकाशन तिथि 2019-03-21
रेटिंग 2.00/5 कुल 1 रेटिंग्स
डेवलपर Tin
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}