Readup
The best way to read online.
Readup là gì?
Readup là một tiện ích mở rộng Chrome được phát triển bởi https://readup.org, và tính năng chính của nó là "The best way to read online.".
Ả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 Readup
Tải xuống các tệp mở rộng Readup 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
This extension enables you to read articles on Readup. Readup offers: - 100% ad- and distraction-free reading. - Algorithms you can trust. - Civil discourse. For more information visit Readup.org. ***** The internet broke reading. We fixed it. Join us today.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Readup |
ID | mkeiglkfdfamdjehidenkklibndmljfi |
URL Chính Thức | https://chromewebstore.google.com/detail/readup/mkeiglkfdfamdjehidenkklibndmljfi |
Mô tả | The best way to read online. |
Kích Thước Tệp | 514 KB |
Số Lần Cài Đặt | 461 |
Phiên Bản Hiện Tại | 8.1.0 |
Cập Nhật Lần Cuối | 2023-11-28 |
Ngày Phát Hành | 2020-05-20 |
Đánh Giá | 4.75/5 Tổng số 16 Đánh Giá |
Nhà Phát Triển | https://readup.org |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://readup.org/ |
URL Trang Trợ Giúp | https://readup.org/faq |
URL Trang Chính Sách Bảo Mật | https://readup.org/privacy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Readup", "description": "The best way to read online.", "author": "reallyread.it, inc.", "icons": { "16": ".\/icons\/icon-16.png", "24": ".\/icons\/icon-24.png", "32": ".\/icons\/icon-32.png", "40": ".\/icons\/icon-40.png", "48": ".\/icons\/icon-48.png", "64": ".\/icons\/icon-64.png", "72": ".\/icons\/icon-72.png", "96": ".\/icons\/icon-96.png", "128": ".\/icons\/icon-128.png" }, "action": { "default_icon": { "16": ".\/icons\/icon-16.png", "24": ".\/icons\/icon-24.png", "32": ".\/icons\/icon-32.png", "40": ".\/icons\/icon-40.png", "48": ".\/icons\/icon-48.png" }, "default_title": "Readup" }, "content_scripts": [ { "matches": [ "https:\/\/readup.org\/*" ], "js": [ ".\/content-scripts\/web-app\/bundle.js" ] } ], "web_accessible_resources": [ { "resources": [ "content-scripts\/alert\/bundle.css", "content-scripts\/reader\/bundle.css", "content-scripts\/reader\/reset.css", "content-scripts\/ui\/fonts\/cambria-bold.ttf", "content-scripts\/ui\/fonts\/cambria-regular.ttf", "content-scripts\/ui\/fonts\/museo-sans-100.ttf", "content-scripts\/ui\/fonts\/museo-sans-300.ttf", "content-scripts\/ui\/fonts\/museo-sans-500.ttf", "content-scripts\/ui\/fonts\/museo-sans-700.ttf", "content-scripts\/ui\/fonts\/museo-sans-900.ttf", "content-scripts\/ui\/images\/logo.svg", "content-scripts\/ui\/images\/logo-white.svg", "options-page\/bundle.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "options_ui": { "page": "options-page\/index.html", "open_in_tab": true }, "permissions": [ "cookies", "scripting", "storage", "declarativeNetRequest" ], "host_permissions": [ " |