Ywayy

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

Was ist Ywayy?

Ywayy ist eine Chrome-Erweiterung, die von Zay Yar Min entwickelt wurde, und ihr Hauptmerkmal ist "This extensions solves unable to see Burmese Fonts such as Zawgyi font or Unicode font.".

Erweiterungsscreenshots

screenshot

Ywayy-Erweiterungs-CRX-Datei herunterladen

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

Grundlegende Informationen zur Erweiterung

Name Ywayy Ywayy
ID dfgjappnnhhbejpabmlpojnpjbepnknl
Offizielle URL https://chromewebstore.google.com/detail/ywayy/dfgjappnnhhbejpabmlpojnpjbepnknl
Beschreibung This extensions solves unable to see Burmese Fonts such as Zawgyi font or Unicode font.
Dateigröße 14.72 KB
Installationsanzahl 96
Aktuelle Version 1.1
Letztes Update 2019-12-17
Veröffentlichungsdatum 2019-12-14
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Zay Yar Min
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}