Selection Reader
Selection Reader allows to speak the content in the web page with various voice control options.
什么是Selection Reader?
Selection Reader是由Arun Kumar Sekar开发的Chrome扩展程序,该扩展的主要功能是“Selection Reader allows to speak the content in the web page with various voice control options.”。
扩展截图
下载Selection Reader扩展crx文件
下载Selection Reader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | eojegnppbmmnknbmnjgifjjehjlmdcoe |
官方URL | https://chrome.google.com/webstore/detail/selection-reader/eojegnppbmmnknbmnjgifjjehjlmdcoe |
简介 | Selection Reader allows to speak the content in the web page with various voice control options. |
文件大小 | 105 KB |
安装次数 | 16,794 |
当前版本 | 2.1 |
更新时间 | 2017-11-29 |
上架时间 | 2017-11-29 |
评分 | 4.22/5 共9次评分 |
开发者 | Arun Kumar Sekar |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } } |