Ayar Font Tool

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

Wat is Ayar Font Tool?

Ayar Font Tool is een Chrome-extensie ontwikkeld door https://www.ayarunicodegroup.org, en de belangrijkste functie is "This extension helps users read any Myanmar text written in various encoding (Ayar, Myanmar3 & Zawgyi).".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Ayar Font Tool

Download Ayar Font Tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Ayar Font Tool Ayar Font Tool
ID doiohphjkpgbokbfkbmhgdbpldndbmld
Officiële URL https://chromewebstore.google.com/detail/ayar-font-tool/doiohphjkpgbokbfkbmhgdbpldndbmld
Beschrijving This extension helps users read any Myanmar text written in various encoding (Ayar, Myanmar3 & Zawgyi).
Bestandsgrootte 268 KB
Aantal Installaties 2,263
Huidige Versie 1.8.2
Laatst Bijgewerkt 2016-03-29
Publicatiedatum 2016-03-28
Beoordeling 4.89/5 Totaal 18 Beoordelingen
Ontwikkelaar https://www.ayarunicodegroup.org
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.ayarunicodegroup.org/
Help Pagina-URL http://club.ayarunicodegroup.org/
Ondersteunde Talen 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"
    ]
}