Speedr
A Beautiful, Highly Configurable Speed Reading Extension
什麼是Speedr?
Speedr是由http://www.tinynudge.co開發的Chrome擴展程式,該擴展的主要功能是“A Beautiful, Highly Configurable Speed Reading Extension”。
擴展截圖
下載Speedr擴展crx文件
下載Speedr擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Speedr is a beautifully designed speed reading extension that lets you read the web at amazing speeds!
Speedr includes a wide array of options that change the way it looks and behaves so you can tailor Speedr to maximize your own productivity.
BASIC USE
- Select text
- Activate Speedr (default: Alt + V)
FEATURES
- Clean and easy to use interface
- Set a slight pause on punctuation, long words, ends of sentences, or ends of paragraphs
- Display multiple words at a time
- Estimated reading time and words remaining display
- Day and night reading modes
- Configurable key bindings
- Serif and sans-serif font options
- Minimap that gives you a quick overview of where you are in the text
- Contextualizer that displays the sentence of the current word
- Nearly all features are customizable and can be triggered on or off 擴展基本資訊
| 名稱 | |
| ID | hfjhpbfgpdpabglemibbfaccbngfmgik |
| 官方網址 | https://chrome.google.com/webstore/detail/speedr/hfjhpbfgpdpabglemibbfaccbngfmgik |
| 簡介 | A Beautiful, Highly Configurable Speed Reading Extension |
| 檔案大小 | 577 KB |
| 安裝次數 | 884 |
| 目前版本 | 0.4.2 |
| 更新時間 | 2015-03-09 |
| 上架時間 | 2015-03-09 |
| 評分 | 4.50/5 共 10 次評分 |
| 開發者 | http://www.tinynudge.co |
| 付費類型 | free |
| 擴展官網 | http://www.tinynudge.co/speedr |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"short_name": "__MSG_appShortName__",
"version": "0.4.2",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"scripts\/background.js"
]
},
"browser_action": {
"default_icon": {
"19": "images\/icon-19.png",
"38": "images\/icon-38.png"
},
"default_title": "Speedr",
"default_popup": "popup.html"
},
"options_page": "options.html",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"css": [
"styles\/speedr.css"
],
"js": [
"scripts\/speedr.js"
],
"run_at": "document_end",
"all_frames": false
}
],
"permissions": [
"tabs",
"storage",
"contextMenus"
],
"web_accessible_resources": [
"images\/*.svg",
"fonts\/*.ttf"
]
} | |