Speak
Speak lets you use speech-to-text to provide live captions for presentations
What is Speak?
Speak is a Chrome extension developed by charlie.a.gerard, and its main feature is "Speak lets you use speech-to-text to provide live captions for presentations".
Extension Screenshots
Download Speak Extension CRX File
Download Speak extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Speak is a Chrome extension using the Speech Recognition API to provide a speech-to-text interface as an overlay on a website. The main goal is to allow people to make their presentations more accessible for the deaf and hard-of-hearing. It currently works with mdx-deck, reveal.js and spectacle.
Extension Basic Information
Name | Speak |
ID | kafbpkaodnkapgalobfodcpbioffcngc |
Official URL | https://chromewebstore.google.com/detail/speak/kafbpkaodnkapgalobfodcpbioffcngc |
Description | Speak lets you use speech-to-text to provide live captions for presentations |
File Size | 19.16 KB |
Installation Count | 888 |
Current Version | 4 |
Last Updated | 2018-11-18 |
Publish Date | 2018-11-15 |
Rating | 3.00/5 Total 1 Ratings |
Developer | charlie.a.gerard |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/charliegerard/extension |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Speak", "description": "Speak lets you use speech-to-text to provide live captions for presentations", "version": "4", "author": "Charlie Gerard", "short_name": "Speak", "browser_action": { "default_icon": "caption.png", "default_title": "Speak", "default_popup": "popup.html" }, "icons": { "16": "caption16.png", "48": "caption48.png", "128": "caption128.png" }, "minimum_chrome_version": "25", "permissions": [ "activeTab" ], "content_scripts": [ { "js": [ "content.js" ], "matches": [ " |