Ayar Font Tool

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

Was ist Ayar Font Tool?

Ayar Font Tool ist eine Chrome-Erweiterung, die von https://www.ayarunicodegroup.org entwickelt wurde, und ihr Hauptmerkmal ist "This extension helps users read any Myanmar text written in various encoding (Ayar, Myanmar3 & Zawgyi).".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Ayar Font Tool-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ayar Font Tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Ayar Font Tool Ayar Font Tool
ID doiohphjkpgbokbfkbmhgdbpldndbmld
Offizielle URL https://chromewebstore.google.com/detail/ayar-font-tool/doiohphjkpgbokbfkbmhgdbpldndbmld
Beschreibung This extension helps users read any Myanmar text written in various encoding (Ayar, Myanmar3 & Zawgyi).
Dateigröße 268 KB
Installationsanzahl 2,263
Aktuelle Version 1.8.2
Letztes Update 2016-03-29
Veröffentlichungsdatum 2016-03-28
Bewertung 4.89/5 Insgesamt 18 Bewertungen
Entwickler https://www.ayarunicodegroup.org
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.ayarunicodegroup.org/
Hilfeseite URL http://club.ayarunicodegroup.org/
Unterstützte Sprachen 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"
    ]
}