Speak Text
Speak Text converts selected text to speech. Select - Speak - Listen.
What is Speak Text?
Speak Text is a Chrome extension developed by Happy Apps, and its main feature is "Speak Text converts selected text to speech. Select - Speak - Listen.".
Extension Screenshots
Download Speak Text Extension CRX File
Download Speak Text 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 Text is converter text to speech. Select and speak it for one click. You will only listening. No more reading. Support: - Select text that will listen and right click to the text. - Click to SPEAK TEXT for start reading in context menu. - This is an English version (Canada, USA, Great Britain, Ireland, Australia, New Zealand).
Extension Basic Information
Name | Speak Text |
ID | dchmahpmnpogmfofejmdndonfljkjhdm |
Official URL | https://chromewebstore.google.com/detail/speak-text/dchmahpmnpogmfofejmdndonfljkjhdm |
Description | Speak Text converts selected text to speech. Select - Speak - Listen. |
File Size | 4.95 KB |
Installation Count | 20,000 |
Current Version | 1.4.0 |
Last Updated | 2023-11-09 |
Publish Date | 2018-01-17 |
Rating | 2.91/5 Total 53 Ratings |
Developer | Happy Apps |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.e-players.net/privacy.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.4.0", "name": "Speak Text", "description": "Speak Text converts selected text to speech. Select - Speak - Listen.", "background": { "service_worker": "background.js" }, "manifest_version": 3, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "permissions": [ "contextMenus", "tts" ], "icons": { "16": "img\/ico_16.png", "48": "img\/ico_48.png" } } |