Talk & Write
A listening notepad
What is Talk & Write?
Talk & Write is a Chrome extension developed by https://www.extendbrowser.com, and its main feature is "A listening notepad".
Extension Screenshots
Download Talk & Write Extension CRX File
Download Talk & Write 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
"TALK & WRITE" for Chrome browser. Reduce typing time with this voice recognition extension. Talk & Write" is an extension for Chrome browser that helps you type text using your voice. Read a text content and it will be typed to a notepad where you can edit it as you like. "Talk & Write" purpose is to digitize a text document by reading it, through a simple interface. For better results, use a headset or an external microphone. Powered by Google's Web Speech API.
Extension Basic Information
Name | Talk & Write |
ID | aoccbmdngdnaepdoonchccpgloegkhid |
Official URL | https://chromewebstore.google.com/detail/talk-write/aoccbmdngdnaepdoonchccpgloegkhid |
Description | A listening notepad |
File Size | 41.23 KB |
Installation Count | 10,000 |
Current Version | 1.0.1 |
Last Updated | 2023-08-29 |
Publish Date | 2020-02-11 |
Rating | 4.44/5 Total 39 Ratings |
Developer | https://www.extendbrowser.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.extendbrowser.com/talkandwrite.html |
Privacy Policy Page URL | https://www.extendbrowser.com/privacy_policy.html |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Talk & Write", "description": "A listening notepad", "icons": { "16": "speakingHead16.png", "32": "speakingHead32.png", "48": "speakingHead48.png", "128": "speakingHead128.png" }, "version": "1.0.1", "author": "George Zotos", "action": { "default_icon": "speakingHead48.png", "default_title": "Talk & Write" }, "background": { "service_worker": "background.js" }, "permissions": [ "tabs" ], "host_permissions": [ "https:\/\/www.extendbrowser.com\/*" ] } |