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 |
| 官方網址 | 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"
}
}
} | |