readify.me
A safe, easy, open-source solution that allows you to read articles in peace.
readify.me là gì?
readify.me là một tiện ích mở rộng Chrome được phát triển bởi https://readify.me, và tính năng chính của nó là "A safe, easy, open-source solution that allows you to read articles in peace.".
Ả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 readify.me
Tải xuống các tệp mở rộng readify.me 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
Trying to read an article with annoying ads or interruptions? readify.me provides a safe, easy, open-source solution that allows you to read articles in peace - all without the need to create an account or even store any cookies! The readify.me browser extension makes it even easier to view a webpage with readify.me. Simply click the extension button when you're trying to read an article with obtrusive information, and you will be quickly redirected to readify.me, where you can read your desired article in peace.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | readify.me |
ID | ibamjdgecnapcbhancfphijocbanfgga |
URL Chính Thức | https://chromewebstore.google.com/detail/readifyme/ibamjdgecnapcbhancfphijocbanfgga |
Mô tả | A safe, easy, open-source solution that allows you to read articles in peace. |
Kích Thước Tệp | 17.01 KB |
Số Lần Cài Đặt | 343 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2021-06-17 |
Ngày Phát Hành | 2021-06-16 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://readify.me |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://readify.me |
URL Trang Trợ Giúp | https://github.com/jotslo/readify.me/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "readify.me", "description": "A safe, easy, open-source solution that allows you to read articles in peace.", "version": "1.0", "manifest_version": 3, "permissions": [ "activeTab" ], "background": { "service_worker": "\/background.js" }, "action": { "default_icon": { "16": "\/images\/book16.png", "32": "\/images\/book32.png", "48": "\/images\/book48.png", "128": "\/images\/book128.png" } }, "icons": { "16": "\/images\/book16.png", "32": "\/images\/book32.png", "48": "\/images\/book48.png", "128": "\/images\/book128.png" } } |