Ayar Font Tool

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

什么是Ayar Font Tool?

Ayar Font Tool是由https://www.ayarunicodegroup.org开发的Chrome扩展程序,该扩展的主要功能是“This extension helps users read any Myanmar text written in various encoding (Ayar, Myanmar3 & Zawgyi).”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Ayar Font Tool扩展crx文件

下载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"
    ]
}