Text to Speech
Speak the Text provided in input field
What is Text to Speech?
Text to Speech is a Chrome extension developed by ankitkaura79, and its main feature is "Speak the Text provided in input field".
Extension Screenshots
Download Text to Speech Extension CRX File
Download Text to Speech 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
A Simple text reader that takes text as input and speak in language selected from the dropdown.You can pause the speech by clicking on pause button and resume by clicking back on play button.
Extension Basic Information
Name | Text to Speech |
ID | jigbklldfboaonapajdmkoaaanahlihb |
Official URL | https://chromewebstore.google.com/detail/text-to-speech/jigbklldfboaonapajdmkoaaanahlihb |
Description | Speak the Text provided in input field |
File Size | 942 KB |
Installation Count | 116 |
Current Version | 1.0.0 |
Last Updated | 2021-03-19 |
Publish Date | 2021-03-19 |
Developer | ankitkaura79 |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Text to Speech", "description": "Speak the Text provided in input field", "version": "1.0.0", "icons": { "128": "images\/icon_128.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" } } |