2read
Convert article in current tab to readable form and upload it to IPFS.
2read là gì?
2read là một tiện ích mở rộng Chrome được phát triển bởi http://2read.net, và tính năng chính của nó là "Convert article in current tab to readable form and upload it to IPFS.".
Ả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 2read
Tải xuống các tệp mở rộng 2read 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
Please note that content shared with this addon is just cached on IPFS servers. If you want to store the content permanently, you need to have IPFS node running on your computer. You can easily install your local IPFS node using one of these desktop clients: ipfs-desktop Orion 2read will automatically "pin" your content if you have local node running.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ![]() |
ID | nooeemkngkckhnlfbmikbkiiabbbnlap |
URL Chính Thức | https://chrome.google.com/webstore/detail/2read/nooeemkngkckhnlfbmikbkiiabbbnlap |
Mô tả | Convert article in current tab to readable form and upload it to IPFS. |
Kích Thước Tệp | 27.85 KB |
Số Lần Cài Đặt | 117 |
Phiên Bản Hiện Tại | 1.8.8 |
Cập Nhật Lần Cuối | 2020-08-28 |
Ngày Phát Hành | 2019-12-29 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | http://2read.net |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://2read.net/ |
URL Trang Trợ Giúp | https://github.com/meehow/2read/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "2read", "version": "1.8.8", "homepage_url": "https:\/\/2read.net\/", "description": "Convert article in current tab to readable form and upload it to IPFS.", "icons": { "48": "icon.png" }, "permissions": [ "activeTab", "*:\/\/*\/*", "bookmarks" ], "browser_action": { "default_icon": "icon.png", "default_title": "2read" }, "background": { "scripts": [ "background.js" ] } } |