Pronunciation

Pronounces the selected text

Wat is Pronunciation?

Pronunciation is een Chrome-extensie ontwikkeld door tarundabhi, en de belangrijkste functie is "Pronounces the selected text".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Pronunciation

Download Pronunciation-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

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

Basisinformatie over de Extensie

Naam Pronunciation Pronunciation
ID nnbidmodmbkejgpldfcoefhpioggghba
Officiële URL https://chromewebstore.google.com/detail/pronunciation/nnbidmodmbkejgpldfcoefhpioggghba
Beschrijving Pronounces the selected text
Bestandsgrootte 8.94 KB
Aantal Installaties 1,000
Huidige Versie 1.0
Laatst Bijgewerkt 2018-08-11
Publicatiedatum 2018-08-11
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar tarundabhi
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}