Text to Speech
Speak the Text provided in input field
Cos'è Text to Speech?
Text to Speech è un'estensione di Chrome sviluppata da ankitkaura79, e la sua funzione principale è "Speak the Text provided in input field".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Text to Speech
Scarica i file di estensione Text to Speech 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
A Simple text reader that takes text as input and speak in language selected from the dropdown.You can pause the speech by clicking on pause button and resume by clicking back on play button.
Informazioni di Base sull'Estensione
Nome | Text to Speech |
ID | jigbklldfboaonapajdmkoaaanahlihb |
URL Ufficiale | https://chromewebstore.google.com/detail/text-to-speech/jigbklldfboaonapajdmkoaaanahlihb |
Descrizione | Speak the Text provided in input field |
Dimensione del File | 942 KB |
Conteggio Installazioni | 116 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2021-03-19 |
Data di Pubblicazione | 2021-03-19 |
Sviluppatore | ankitkaura79 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Text to Speech", "description": "Speak the Text provided in input field", "version": "1.0.0", "icons": { "128": "images\/icon_128.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" } } |