Ayar Font Tool

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

Cos'è Ayar Font Tool?

Ayar Font Tool è un'estensione di Chrome sviluppata da https://www.ayarunicodegroup.org, e la sua funzione principale è "This extension helps users read any Myanmar text written in various encoding (Ayar, Myanmar3 & Zawgyi).".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Ayar Font Tool

Scarica i file di estensione Ayar Font Tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Ayar Font Tool Ayar Font Tool
ID doiohphjkpgbokbfkbmhgdbpldndbmld
URL Ufficiale https://chromewebstore.google.com/detail/ayar-font-tool/doiohphjkpgbokbfkbmhgdbpldndbmld
Descrizione This extension helps users read any Myanmar text written in various encoding (Ayar, Myanmar3 & Zawgyi).
Dimensione del File 268 KB
Conteggio Installazioni 2,263
Versione Corrente 1.8.2
Ultimo Aggiornamento 2016-03-29
Data di Pubblicazione 2016-03-28
Valutazione 4.89/5 Totale 18 Valutazioni
Sviluppatore https://www.ayarunicodegroup.org
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.ayarunicodegroup.org/
URL della Pagina di Aiuto http://club.ayarunicodegroup.org/
Lingue Supportate 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"
    ]
}