Speak in Slides
Text to Speech in Google Slides
Co je Speak in Slides?
Speak in Slides je rozšíření Chrome vyvinuté Andrew Swank, a jeho hlavní funkcí je „Text to Speech in Google Slides“.
Stáhnout soubor CRX rozšíření Speak in Slides
Stáhněte si soubory rozšíření Speak in Slides ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | hlohpnceogfccnddhohflkmiaggjmiae |
Oficiální URL | https://chrome.google.com/webstore/detail/speak-in-slides/hlohpnceogfccnddhohflkmiaggjmiae |
Popis | Text to Speech in Google Slides |
Velikost souboru | 48.68 KB |
Počet instalací | 2,000 |
Aktuální Verze | 1.0.4 |
Poslední Aktualizace | 2017-07-24 |
Datum Vydání | 2017-07-24 |
Hodnocení | 1.88/5 Celkem 8 Hodnocení |
Vývojář | Andrew Swank |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } |