Ywayy

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

Cos'è Ywayy?

Ywayy è un'estensione di Chrome sviluppata da Zay Yar Min, e la sua funzione principale è "This extensions solves unable to see Burmese Fonts such as Zawgyi font or Unicode font.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Ywayy

Scarica i file di estensione Ywayy 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 extensions solves unable to see Burmese Fonts such as Zawgyi font or Unicode font.                    

Informazioni di Base sull'Estensione

Nome Ywayy Ywayy
ID dfgjappnnhhbejpabmlpojnpjbepnknl
URL Ufficiale https://chromewebstore.google.com/detail/ywayy/dfgjappnnhhbejpabmlpojnpjbepnknl
Descrizione This extensions solves unable to see Burmese Fonts such as Zawgyi font or Unicode font.
Dimensione del File 14.72 KB
Conteggio Installazioni 96
Versione Corrente 1.1
Ultimo Aggiornamento 2019-12-17
Data di Pubblicazione 2019-12-14
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Zay Yar Min
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}