Rapid Reader
Speed reads text
什么是Rapid Reader?
Rapid Reader是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Speed reads text”。
扩展截图
下载Rapid Reader扩展crx文件
下载Rapid Reader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Rapid Reader lets you speed read text in your browser by flashing the text word-by-word.
Select the text you want to read, then click the Rapid Reader icon or use the keyboard shortcut "Alt-R" to rapid read.
Rapid Reader can read text from any webpage. You can configure the Words-Per-Minute and chunk size (how many words shown at once). 扩展基本信息
| 名称 | |
| ID | jggpancjidhgdmjghapfbhhcbjieefgn |
| 官方URL | https://chromewebstore.google.com/detail/rapid-reader/jggpancjidhgdmjghapfbhhcbjieefgn |
| 简介 | Speed reads text |
| 文件大小 | 249 KB |
| 安装次数 | 556 |
| 当前版本 | 1.1 |
| 更新时间 | 2014-04-27 |
| 上架时间 | 2014-04-27 |
| 评分 | 5.00/5 共4次评分 |
| 开发者 | Unknown |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Rapid Reader",
"short_name": "Rapid Reader",
"description": "Speed reads text",
"version": "1.1",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"browser_action": {
"default_icon": "icons\/icon48.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"storage"
],
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Alt+R"
},
"description": "Rapid Read currently selected text"
}
}
} | |