Wen Mang

Plays audio of selected Chinese text

Wen Mang là gì?

Wen Mang là một tiện ích mở rộng Chrome được phát triển bởi jillianzhong, và tính năng chính của nó là "Plays audio of selected Chinese text".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Wen Mang

Tải xuống các tệp mở rộng Wen Mang dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Wen Mang Wen Mang
ID gpndfjlcnlgdihjaoomphnjngddoeiik
URL Chính Thức https://chromewebstore.google.com/detail/wen-mang/gpndfjlcnlgdihjaoomphnjngddoeiik
Mô tả Plays audio of selected Chinese text
Kích Thước Tệp 33.12 KB
Số Lần Cài Đặt 60
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2020-07-05
Ngày Phát Hành 2020-07-04
Đánh Giá 1.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển jillianzhong
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jirrian/wen-mang
Ngôn Ngữ Được Hỗ Trợ 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'"
}