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
官方網址 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"
    ]
}