Pronunciation

Pronounces the selected text

Was ist Pronunciation?

Pronunciation ist eine Chrome-Erweiterung, die von tarundabhi entwickelt wurde, und ihr Hauptmerkmal ist "Pronounces the selected text".

Erweiterungsscreenshots

screenshot
screenshot

Pronunciation-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pronunciation-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Pronunciation Pronunciation
ID nnbidmodmbkejgpldfcoefhpioggghba
Offizielle URL https://chromewebstore.google.com/detail/pronunciation/nnbidmodmbkejgpldfcoefhpioggghba
Beschreibung Pronounces the selected text
Dateigröße 8.94 KB
Installationsanzahl 1,000
Aktuelle Version 1.0
Letztes Update 2018-08-11
Veröffentlichungsdatum 2018-08-11
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler tarundabhi
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}