Right Click to TTS
Speak highlighted text. Text to speach
What is Right Click to TTS?
Right Click to TTS is a Chrome extension developed by Odd, and its main feature is "Speak highlighted text. Text to speach".
Download Right Click to TTS Extension CRX File
Download Right Click to TTS 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
Simple Text To Speech Plugin Select text and right click or press extension button to speak text.
Extension Basic Information
Name | |
ID | econbhkmgcdheboblimjmppkambklkfn |
Official URL | https://chrome.google.com/webstore/detail/right-click-to-tts/econbhkmgcdheboblimjmppkambklkfn |
Description | Speak highlighted text. Text to speach |
File Size | 9.47 KB |
Installation Count | 501 |
Current Version | 1.0 |
Last Updated | 2017-11-14 |
Publish Date | 2017-11-14 |
Rating | 4.67/5 Total 3 Ratings |
Developer | Odd |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Right Click to TTS", "description": "Speak highlighted text. Text to speach", "version": "1.0", "permissions": [ "contextMenus", "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "TextToSpeach" }, "icons": { "128": "icon128.png" }, "manifest_version": 2 } |