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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة 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"
    ]
}