Ayar Font Tool

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

Τι είναι το Ayar Font Tool;

Το Ayar Font Tool είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.ayarunicodegroup.org, και η κύρια λειτουργία του είναι "This extension helps users read any Myanmar text written in various encoding (Ayar, Myanmar3 & Zawgyi).".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Ayar Font Tool

Λήψη αρχείων επέκτασης 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"
    ]
}