TTS
Make the browser speak!
Cos'è TTS?
TTS è un'estensione di Chrome sviluppata da Calvin, e la sua funzione principale è "Make the browser speak!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TTS
Scarica i file di estensione TTS 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
Type/paste in any text and have Chrome read it out for you.
Update 29/06/16 V1.1: You can now select text on a web page > right click > say this
Update 10/01/17 V1.2: Added options to the popup in the toolbar (click the icon) and fixed a bug when reading long pieces of text Informazioni di Base sull'Estensione
| Nome | |
| ID | aigmpafmfnefdcdhmkoeboglhbdocohd |
| URL Ufficiale | https://chromewebstore.google.com/detail/tts/aigmpafmfnefdcdhmkoeboglhbdocohd |
| Descrizione | Make the browser speak! |
| Dimensione del File | 10.46 KB |
| Conteggio Installazioni | 579 |
| Versione Corrente | 1.2 |
| Ultimo Aggiornamento | 2017-04-17 |
| Data di Pubblicazione | 2017-04-17 |
| Valutazione | 3.88/5 Totale 16 Valutazioni |
| Sviluppatore | Calvin |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "TTS",
"description": "Make the browser speak!",
"version": "1.2",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"tts",
"contextMenus"
]
} | |