Ayar Font Tool

This extension helps users read any Myanmar text written in various encoding (Ayar, Myanmar3 & Zawgyi).

Ayar Font Toolคืออะไร?

Ayar Font Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.ayarunicodegroup.org และคุณลักษณะหลักของมันคือ "This extension helps users read any Myanmar text written in various encoding (Ayar, Myanmar3 & Zawgyi)."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ayar Font Tool

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

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

                        This extension will help the users to read the texts stored in various Myanmar  encodings (Ayar, Ayar Takhu, Ayar Kasone, Myanmar3, Parabaik, Padauk, Masterpiece Uni Sans, MyMyanmar and Zawgyi-one, Zawgyi...).

Normally users need to install at least three fonts to read the three common encoding mentioned above. Even after installing all three fonts, users may have trouble of reading all three encoding in one web page at the same time. With this extension, users can read text with those three encoding at the same time without installing any font.

The project is coordinated by Ayar Myanmar Unicode Group.

Credit goes to Thant Thet Khit Zaw, Sithu Thwin and Ted Su.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Ayar Font Tool Ayar Font Tool
ID doiohphjkpgbokbfkbmhgdbpldndbmld
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ayar-font-tool/doiohphjkpgbokbfkbmhgdbpldndbmld
คำอธิบาย This extension helps users read any Myanmar text written in various encoding (Ayar, Myanmar3 & Zawgyi).
ขนาดไฟล์ 268 KB
จำนวนการติดตั้ง 2,263
เวอร์ชันปัจจุบัน 1.8.2
อัปเดตครั้งล่าสุด 2016-03-29
วันที่เผยแพร่ 2016-03-28
คะแนน 4.89/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา https://www.ayarunicodegroup.org
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.ayarunicodegroup.org/
URL หน้าช่วยเหลือ http://club.ayarunicodegroup.org/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ayar Font Tool",
    "description": "This extension helps users read any Myanmar text written in various encoding (Ayar, Myanmar3 & Zawgyi).",
    "version": "1.8.2",
    "content_scripts": [
        {
            "js": [
                "ayarft.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "permissions": [
        ""
    ],
    "web_accessible_resources": [
        "ayarft.css",
        "ayar.ttf",
        "myanmar3.ttf",
        "zawgyi-one.ttf"
    ]
}