OkaySpeak
Right click and select the text you want us to speak out.
What is OkaySpeak?
OkaySpeak is a Chrome extension developed by okayramesh, and its main feature is "Right click and select the text you want us to speak out.".
Extension Screenshots
Download OkaySpeak Extension CRX File
Download OkaySpeak 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
The sole purpose of the speakit exntension is to speak loadly the selected text. This is to help the online reader who reads news, educational content or any other informtion on the web and struggle to pronounce the new/difficult words. 'Speakit' will help you, it will read out loudly the word for you so you do not quit your reading just because you are not able to prounounce a word.
Extension Basic Information
Name | OkaySpeak |
ID | hgnfaglopnogfojdnhcljcagcmjalhba |
Official URL | https://chromewebstore.google.com/detail/okayspeak/hgnfaglopnogfojdnhcljcagcmjalhba |
Description | Right click and select the text you want us to speak out. |
File Size | 10.09 KB |
Installation Count | 610 |
Current Version | 1.1 |
Last Updated | 2019-09-22 |
Publish Date | 2019-09-22 |
Rating | 3.50/5 Total 4 Ratings |
Developer | okayramesh |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.1", "name": "OkaySpeak", "short_name": "Speak loudly", "description": "Right click and select the text you want us to speak out.", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "contextMenus", "tts" ] } |