Wen Mang

Plays audio of selected Chinese text

Wat is Wen Mang?

Wen Mang is een Chrome-extensie ontwikkeld door jillianzhong, en de belangrijkste functie is "Plays audio of selected Chinese text".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Wen Mang

Download Wen Mang-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Wen Mang Wen Mang
ID gpndfjlcnlgdihjaoomphnjngddoeiik
Officiële URL https://chromewebstore.google.com/detail/wen-mang/gpndfjlcnlgdihjaoomphnjngddoeiik
Beschrijving Plays audio of selected Chinese text
Bestandsgrootte 33.12 KB
Aantal Installaties 60
Huidige Versie 0.2
Laatst Bijgewerkt 2020-07-05
Publicatiedatum 2020-07-04
Beoordeling 1.00/5 Totaal 3 Beoordelingen
Ontwikkelaar jillianzhong
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/jirrian/wen-mang
Ondersteunde Talen 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'"
}