Wen Mang

Plays audio of selected Chinese text

Wen Mangとは何ですか?

Wen Mangはjillianzhongによって開発されたChromeの拡張機能で、その主な機能は「Plays audio of selected Chinese text」です。

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

screenshot

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

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

拡張機能の使用方法

                        Are you part of the Chinese diaspora that grew up speaking Mandarin with your family but can now barely read any Chinese characters? Don't worry, you can now still shop on Taobao or read articles sent to you from WeChat relatives!
Just use Wen Mang extension to easily have Chinese characters read out loud to you in Mandarin. Wen Mang extension will only read what characters you have highlighted in the browser. After highlighting text, simply right-click and select the extension icon from the drop down menu. Or, click the extension icon at the top right of your browser.

Please refresh the page after installation.                    

拡張機能の基本情報

名前 Wen Mang Wen Mang
ID gpndfjlcnlgdihjaoomphnjngddoeiik
公式URL https://chromewebstore.google.com/detail/wen-mang/gpndfjlcnlgdihjaoomphnjngddoeiik
説明 Plays audio of selected Chinese text
ファイルサイズ 33.12 KB
インストール数 60
現在のバージョン 0.2
最終更新日 2020-07-05
公開日 2020-07-04
評価 1.00/5 合計 3 レビュー
開発者 jillianzhong
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/jirrian/wen-mang
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wen Mang",
    "manifest_version": 2,
    "version": "0.2",
    "description": "Plays audio of selected Chinese text",
    "browser_action": {
        "default_icon": "support-128.png",
        "default_title": "Wen Mang - Play audio of selected text!"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "responsivevoice.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "icons": {
        "128": "support-128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}