Text to Speak
Selected Text will be spoken
What is Text to Speak?
Text to Speak is a Chrome extension developed by techworks, and its main feature is "Selected Text will be spoken".
Extension Screenshots
Download Text to Speak Extension CRX File
Download Text to 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
Its very simple extension. Select the text from the website you visited and use right click and Select "Text to speak". For any queries/Help, please reach out to us on [email protected]
Extension Basic Information
Name | Text to Speak |
ID | mbjkjhdfcibocgkbmdbbicdaeninpcco |
Official URL | https://chromewebstore.google.com/detail/text-to-speak/mbjkjhdfcibocgkbmdbbicdaeninpcco |
Description | Selected Text will be spoken |
File Size | 11.4 KB |
Installation Count | 97 |
Current Version | 1.0 |
Last Updated | 2022-01-25 |
Publish Date | 2022-01-24 |
Rating | 5.00/5 Total 2 Ratings |
Developer | techworks |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "author": "Intelligent Web Works", "name": "Text to Speak", "version": "1.0", "description": "Selected Text will be spoken ", "icons": { "16": "tts16.png", "32": "tts32.png", "48": "tts48.png", "128": "tts128.png" }, "background": { "service_worker": "background.js", "persistant": false }, "permissions": [ "contextMenus", "tts" ] } |