Ayar Font Tool

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

Ayar Font Tool là gì?

Ayar Font Tool là một tiện ích mở rộng Chrome được phát triển bởi https://www.ayarunicodegroup.org, và tính năng chính của nó là "This extension helps users read any Myanmar text written in various encoding (Ayar, Myanmar3 & Zawgyi).".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ayar Font Tool

Tải xuống các tệp mở rộng Ayar Font Tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ayar Font Tool Ayar Font Tool
ID doiohphjkpgbokbfkbmhgdbpldndbmld
URL Chính Thức https://chromewebstore.google.com/detail/ayar-font-tool/doiohphjkpgbokbfkbmhgdbpldndbmld
Mô tả This extension helps users read any Myanmar text written in various encoding (Ayar, Myanmar3 & Zawgyi).
Kích Thước Tệp 268 KB
Số Lần Cài Đặt 2,263
Phiên Bản Hiện Tại 1.8.2
Cập Nhật Lần Cuối 2016-03-29
Ngày Phát Hành 2016-03-28
Đánh Giá 4.89/5 Tổng số 18 Đánh Giá
Nhà Phát Triển https://www.ayarunicodegroup.org
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.ayarunicodegroup.org/
URL Trang Trợ Giúp http://club.ayarunicodegroup.org/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}