Pronunciation

Pronounces the selected text

Qu'est-ce que Pronunciation ?

Pronunciation est une extension Chrome développée par tarundabhi, et sa fonction principale est "Pronounces the selected text".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Pronunciation

Téléchargez les fichiers d'extension Pronunciation 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

                        This chrome extension pronounces the selected text.This performs text to speech translation.                    

Informations de Base sur l'Extension

Nom Pronunciation Pronunciation
ID nnbidmodmbkejgpldfcoefhpioggghba
URL Officiel https://chromewebstore.google.com/detail/pronunciation/nnbidmodmbkejgpldfcoefhpioggghba
Description Pronounces the selected text
Taille du Fichier 8.94 KB
Nombre d'Installations 1,000
Version Actuelle 1.0
Dernière Mise à Jour 2018-08-11
Date de Publication 2018-08-11
Évaluation 3.00/5 Total 2 Évaluations
Développeur tarundabhi
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pronunciation",
    "version": "1.0",
    "description": "Pronounces the selected text",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tts",
        "contextMenus"
    ]
}