Cozy Reader
Cozy Reader removes all the noise from the web articles that you want to read and saves them in your blockstack powered archive.
Cozy Reader là gì?
Cozy Reader là một tiện ích mở rộng Chrome được phát triển bởi francesco marassi, và tính năng chính của nó là "Cozy Reader removes all the noise from the web articles that you want to read and saves them in your blockstack powered archive.".
Ả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 Cozy Reader
Tải xuống các tệp mở rộng Cozy 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
Cozy Reader removes all the noise from the web articles that you want to read. All your articles are securely saved and encrypted on Blockstack: Cozy uses BlockStack to save forever the articles that you want to read. Even if the website goes down or the original articles is deleted, you will have access to the article.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Cozy Reader |
ID | empcenahidblecbhiplhgjibkajndolo |
URL Chính Thức | https://chromewebstore.google.com/detail/cozy-reader/empcenahidblecbhiplhgjibkajndolo |
Mô tả | Cozy Reader removes all the noise from the web articles that you want to read and saves them in your blockstack powered archive. |
Kích Thước Tệp | 24.5 KB |
Số Lần Cài Đặt | 113 |
Phiên Bản Hiện Tại | 0.2.1 |
Cập Nhật Lần Cuối | 2020-01-09 |
Ngày Phát Hành | 2020-01-08 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | francesco marassi |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://cozyreader.xyz |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "author": "Cozy Reader", "background": { "scripts": [ "background.js" ] }, "browser_action": [], "content_scripts": [ { "js": [ "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Cozy Reader removes all the noise from the web articles that you want to read and saves them in your blockstack powered archive.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "Cozy Reader", "permissions": [ "activeTab", "contextMenus" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.2.1", "web_accessible_resources": [ "*.html" ], "id": "cozyreader.xyz" } |