Selection Reader
Selection Reader allows to speak the content in the web page with various voice control options.
What is Selection Reader?
Selection Reader is a Chrome extension developed by Arun Kumar Sekar, and its main feature is "Selection Reader allows to speak the content in the web page with various voice control options.".
Extension Screenshots
Download Selection Reader Extension CRX File
Download Selection Reader 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
Selection Reader allows to speak the content in the web page with various voice control options and you can also read the selected content with the right click.
Extension Basic Information
Name | |
ID | eojegnppbmmnknbmnjgifjjehjlmdcoe |
Official URL | https://chrome.google.com/webstore/detail/selection-reader/eojegnppbmmnknbmnjgifjjehjlmdcoe |
Description | Selection Reader allows to speak the content in the web page with various voice control options. |
File Size | 105 KB |
Installation Count | 16,794 |
Current Version | 2.1 |
Last Updated | 2017-11-29 |
Publish Date | 2017-11-29 |
Rating | 4.22/5 Total 9 Ratings |
Developer | Arun Kumar Sekar |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Selection Reader", "version": "2.1", "description": "Selection Reader allows to speak the content in the web page with various voice control options.", "permissions": [ "tts", "contextMenus", "storage" ], "icons": { "128": "img\/speak128.png", "48": "img\/speak64.png", "16": "img\/speak16.png" }, "browser_action": { "default_icon": "img\/speak32.png", "default_popup": "index.html", "default_title": "Selection Reader" }, "background": { "scripts": [ "js\/background.js" ] } } |