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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension helps users read any Myanmar text written in various encoding (Ayar, Myanmar3 & Zawgyi)."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Ayar Font Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}