Speak in Slides
Text to Speech in Google Slides
Was ist Speak in Slides?
Speak in Slides ist eine Chrome-Erweiterung, die von Andrew Swank entwickelt wurde, und ihr Hauptmerkmal ist "Text to Speech in Google Slides".
Speak in Slides-Erweiterungs-CRX-Datei herunterladen
Laden Sie Speak in Slides-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | hlohpnceogfccnddhohflkmiaggjmiae |
Offizielle URL | https://chrome.google.com/webstore/detail/speak-in-slides/hlohpnceogfccnddhohflkmiaggjmiae |
Beschreibung | Text to Speech in Google Slides |
Dateigröße | 48.68 KB |
Installationsanzahl | 2,000 |
Aktuelle Version | 1.0.4 |
Letztes Update | 2017-07-24 |
Veröffentlichungsdatum | 2017-07-24 |
Bewertung | 1.88/5 Insgesamt 8 Bewertungen |
Entwickler | Andrew Swank |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |