Pronunciation
Pronounces the selected text
Cos'è Pronunciation?
Pronunciation è un'estensione di Chrome sviluppata da tarundabhi, e la sua funzione principale è "Pronounces the selected text".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pronunciation
Scarica i file di estensione Pronunciation in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This chrome extension pronounces the selected text.This performs text to speech translation.
Informazioni di Base sull'Estensione
Nome | Pronunciation |
ID | nnbidmodmbkejgpldfcoefhpioggghba |
URL Ufficiale | https://chromewebstore.google.com/detail/pronunciation/nnbidmodmbkejgpldfcoefhpioggghba |
Descrizione | Pronounces the selected text |
Dimensione del File | 8.94 KB |
Conteggio Installazioni | 1,000 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2018-08-11 |
Data di Pubblicazione | 2018-08-11 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | tarundabhi |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |