Speedr
A Beautiful, Highly Configurable Speed Reading Extension
Speedr là gì?
Speedr là một tiện ích mở rộng Chrome được phát triển bởi http://www.tinynudge.co, và tính năng chính của nó là "A Beautiful, Highly Configurable Speed Reading Extension".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Speedr
Tải xuống các tệp mở rộng Speedr dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hfjhpbfgpdpabglemibbfaccbngfmgik |
URL Chính Thức | https://chrome.google.com/webstore/detail/speedr/hfjhpbfgpdpabglemibbfaccbngfmgik |
Mô tả | A Beautiful, Highly Configurable Speed Reading Extension |
Kích Thước Tệp | 577 KB |
Số Lần Cài Đặt | 884 |
Phiên Bản Hiện Tại | 0.4.2 |
Cập Nhật Lần Cuối | 2015-03-09 |
Ngày Phát Hành | 2015-03-09 |
Đánh Giá | 4.50/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | http://www.tinynudge.co |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.tinynudge.co/speedr |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |