Wen Mang

Plays audio of selected Chinese text

Wen Mangคืออะไร?

Wen Mang เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jillianzhong และคุณลักษณะหลักของมันคือ "Plays audio of selected Chinese text"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wen Mang

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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'"
}