Wen Mang

Plays audio of selected Chinese text

Qu'est-ce que Wen Mang ?

Wen Mang est une extension Chrome développée par jillianzhong, et sa fonction principale est "Plays audio of selected Chinese text".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Wen Mang

Téléchargez les fichiers d'extension Wen Mang au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Wen Mang Wen Mang
ID gpndfjlcnlgdihjaoomphnjngddoeiik
URL Officiel https://chromewebstore.google.com/detail/wen-mang/gpndfjlcnlgdihjaoomphnjngddoeiik
Description Plays audio of selected Chinese text
Taille du Fichier 33.12 KB
Nombre d'Installations 60
Version Actuelle 0.2
Dernière Mise à Jour 2020-07-05
Date de Publication 2020-07-04
Évaluation 1.00/5 Total 3 Évaluations
Développeur jillianzhong
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/jirrian/wen-mang
Langues Prises en Charge 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'"
}