Speak in Slides
Text to Speech in Google Slides
Cos'è Speak in Slides?
Speak in Slides è un'estensione di Chrome sviluppata da Andrew Swank, e la sua funzione principale è "Text to Speech in Google Slides".
Scarica il file CRX dell'estensione Speak in Slides
Scarica i file di estensione Speak in Slides 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
Get TTS right in Google Slides. To use a female voice, put text between a < and a > characters. To use a male voice, put the text between these << and these >> characters. When you switch slides in editing or presentation mode, the TTS will be read automatically. It's really that simple.
Informazioni di Base sull'Estensione
Nome | |
ID | hlohpnceogfccnddhohflkmiaggjmiae |
URL Ufficiale | https://chrome.google.com/webstore/detail/speak-in-slides/hlohpnceogfccnddhohflkmiaggjmiae |
Descrizione | Text to Speech in Google Slides |
Dimensione del File | 48.68 KB |
Conteggio Installazioni | 2,000 |
Versione Corrente | 1.0.4 |
Ultimo Aggiornamento | 2017-07-24 |
Data di Pubblicazione | 2017-07-24 |
Valutazione | 1.88/5 Totale 8 Valutazioni |
Sviluppatore | Andrew Swank |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Speak in Slides", "author": "Andrew Swank", "description": "Text to Speech in Google Slides", "background": { "page": "background.html" }, "content_scripts": [ { "js": [ "jquery-2.1.4.min.js", "content.js" ], "matches": [ "https:\/\/docs.google.com\/*" ] } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com\/ga.js; object-src 'self'", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "permissions": [ "https:\/\/docs.google.com\/*", "activeTab", "tts" ], "version": "1.0.4" } |