Readio Speed Reader
A modern, intuitive speed reader that just works.
Readio Speed Reader là gì?
Readio Speed Reader là một tiện ích mở rộng Chrome được phát triển bởi nicklas.sandell, và tính năng chính của nó là "A modern, intuitive speed reader that just works.".
Ả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 Readio Speed Reader
Tải xuống các tệp mở rộng Readio Speed Reader 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
Readio Speed Reader is a smarter speed reader, built from scratch with a modern and intuiitive design to give you a pleasant reading experience. We value simplicity and speed and we've made it really easy for you to get started. Readio attempts to find the correct content on each page automatically, and places a quick access button in the bottom right corner of every readable page. The quick access buttons allow you to read the automatically detected text or open the editor to paste your own text. Of course, you can always select and right click any text on a page to read it. Everyone has their own preferences, and therefore we've built in multiple options to personalize Readio to your liking. These options include dark/bright themes, word positioning and highlighting, font styles, speed variation, and much more! We're still in the beta phase, so please feel free to leave feedback if you notice anything wonky or have any feature suggestions. You can also help develop Readio by contributing to our open source repository on Github: https://github.com/nicklassandell/Speed-reader
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Readio Speed Reader |
ID | lgccchgfobnafomjndanbkhjgkgocdob |
URL Chính Thức | https://chromewebstore.google.com/detail/readio-speed-reader/lgccchgfobnafomjndanbkhjgkgocdob |
Mô tả | A modern, intuitive speed reader that just works. |
Kích Thước Tệp | 188 KB |
Số Lần Cài Đặt | 1,920 |
Phiên Bản Hiện Tại | 0.2.0 |
Cập Nhật Lần Cuối | 2019-06-01 |
Ngày Phát Hành | 2019-06-01 |
Đánh Giá | 4.63/5 Tổng số 24 Đánh Giá |
Nhà Phát Triển | nicklas.sandell |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://typiorecovery.github.io |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Readio Speed Reader", "short_name": "Readio (beta)", "description": "A modern, intuitive speed reader that just works.", "version": "0.2.0", "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/", "storage", "contextMenus" ], "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "options_page": "welcome.html", "background": { "scripts": [ "js\/min\/background.js" ], "persistent": false }, "web_accessible_resources": [ "img\/*.png" ], "browser_action": { "default_title": "Read this page with Champ", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |