Ywayy

This extensions solves unable to see Burmese Fonts such as Zawgyi font or Unicode font.

Wat is Ywayy?

Ywayy is een Chrome-extensie ontwikkeld door Zay Yar Min, en de belangrijkste functie is "This extensions solves unable to see Burmese Fonts such as Zawgyi font or Unicode font.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Ywayy

Download Ywayy-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 extensions solves unable to see Burmese Fonts such as Zawgyi font or Unicode font.                    

Basisinformatie over de Extensie

Naam Ywayy Ywayy
ID dfgjappnnhhbejpabmlpojnpjbepnknl
Officiële URL https://chromewebstore.google.com/detail/ywayy/dfgjappnnhhbejpabmlpojnpjbepnknl
Beschrijving This extensions solves unable to see Burmese Fonts such as Zawgyi font or Unicode font.
Bestandsgrootte 14.72 KB
Aantal Installaties 96
Huidige Versie 1.1
Laatst Bijgewerkt 2019-12-17
Publicatiedatum 2019-12-14
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Zay Yar Min
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ywayy",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "commands": {
        "activate_ywayy": {
            "suggested_key": {
                "default": "Alt+Q",
                "mac": "Alt+Q"
            },
            "description": "Activate Yway"
        }
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon.png"
    }
}