Text speaker
Pronounce selected text
Cos'è Text speaker?
Text speaker è un'estensione di Chrome sviluppata da Aliaksei Kirpichenka, e la sua funzione principale è "Pronounce selected text".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Text speaker
Scarica i file di estensione Text speaker 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
The extension is designed to pronounce selected text, which can be helpful to people who struggles with eyesight, read small-size text, doing 2 deals at the same time (like listening some text and writing email). You would need to: - select text you want to pronounce - put your mouth in this area - right click - Pronounce If you want to stop speech, you can do it at anytime by right-clicking on any other place (except selected area) > Stop speech Additional functionalities that are available: change voices (that are available for your operating system), adjust enqueue, pitch, rate and volume.
Informazioni di Base sull'Estensione
Nome | Text speaker |
ID | gcddknjhchnhegfnekbokipolcncpemi |
URL Ufficiale | https://chromewebstore.google.com/detail/text-speaker/gcddknjhchnhegfnekbokipolcncpemi |
Descrizione | Pronounce selected text |
Dimensione del File | 50.08 KB |
Conteggio Installazioni | 267 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2022-05-04 |
Data di Pubblicazione | 2022-05-03 |
Sviluppatore | Aliaksei Kirpichenka |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Text speaker", "description": "Pronounce selected text", "version": "1.0", "action": { "default_popup": "popup.html" }, "icons": { "16": "\/icons\/16.png", "48": "\/icons\/48.png", "128": "\/icons\/128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "tts", "storage", "contextMenus" ] } |