Myanmar Unicode Font Converter

Myanmar Unicode Font Converter

Myanmar Unicode Font Converterคืออะไร?

Myanmar Unicode Font Converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tin และคุณลักษณะหลักของมันคือ "Myanmar Unicode Font Converter"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Myanmar Unicode Font Converter

ดาวน์โหลดไฟล์ส่วนขยาย Myanmar Unicode Font Converter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}