2read
Convert article in current tab to readable form and upload it to IPFS.
2readคืออะไร?
2read เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://2read.net และคุณลักษณะหลักของมันคือ "Convert article in current tab to readable form and upload it to IPFS."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 2read
ดาวน์โหลดไฟล์ส่วนขยาย 2read ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | nooeemkngkckhnlfbmikbkiiabbbnlap |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/2read/nooeemkngkckhnlfbmikbkiiabbbnlap |
คำอธิบาย | Convert article in current tab to readable form and upload it to IPFS. |
ขนาดไฟล์ | 27.85 KB |
จำนวนการติดตั้ง | 117 |
เวอร์ชันปัจจุบัน | 1.8.8 |
อัปเดตครั้งล่าสุด | 2020-08-28 |
วันที่เผยแพร่ | 2019-12-29 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | http://2read.net |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://2read.net/ |
URL หน้าช่วยเหลือ | https://github.com/meehow/2read/issues |
ภาษาที่รองรับ | 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" ] } } |