Ywayy

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

Ywayyとは何ですか?

YwayyはZay Yar Minによって開発されたChromeの拡張機能で、その主な機能は「This extensions solves unable to see Burmese Fonts such as Zawgyi font or Unicode font.」です。

拡張機能のスクリーンショット

screenshot

Ywayy拡張機能のCRXファイルをダウンロード

Ywayy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Ywayy Ywayy
ID dfgjappnnhhbejpabmlpojnpjbepnknl
公式URL https://chromewebstore.google.com/detail/ywayy/dfgjappnnhhbejpabmlpojnpjbepnknl
説明 This extensions solves unable to see Burmese Fonts such as Zawgyi font or Unicode font.
ファイルサイズ 14.72 KB
インストール数 96
現在のバージョン 1.1
最終更新日 2019-12-17
公開日 2019-12-14
評価 5.00/5 合計 3 レビュー
開発者 Zay Yar Min
Eメール [email protected]
支払い方法 free
対応言語 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"
    }
}