U3 - Your Web3 Data Hub
Hub For Your Self Sovereign Data
U3 - Your Web3 Data Hubคืออะไร?
U3 - Your Web3 Data Hub เป็นส่วนขยายของ Chrome ที่พัฒนาโดย u3-builder และคุณลักษณะหลักของมันคือ "Hub For Your Self Sovereign Data"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย U3 - Your Web3 Data Hub
ดาวน์โหลดไฟล์ส่วนขยาย U3 - Your Web3 Data Hub ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
u3.xyz is a hub and portal for users’ web3 data and community curated contents and events. The extension provides an interface and necessary features to both display the aggregated data and to contribute new content that others might be interested in. More specifically those features include: submit content to u3.xyz from ANY site on the web (eg. any links) display (you have to connect u3.xyz with Wallet first) Replace the new tab page with aggregated content (u3.xyz)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | U3 - Your Web3 Data Hub |
ID | ekbpmlmidmnclcdiikjgmeapcollhjfc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/u3-your-web3-data-hub/ekbpmlmidmnclcdiikjgmeapcollhjfc |
คำอธิบาย | Hub For Your Self Sovereign Data |
ขนาดไฟล์ | 555 KB |
จำนวนการติดตั้ง | 38 |
เวอร์ชันปัจจุบัน | 0.1.7 |
อัปเดตครั้งล่าสุด | 2023-02-28 |
วันที่เผยแพร่ | 2023-01-10 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | u3-builder |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://u3.xyz |
URL หน้านโยบายความเป็นส่วนตัว | https://u3.xyz/policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "U3 - Your Web3 Data Hub", "description": "Hub For Your Self Sovereign Data", "version": "0.1.7", "manifest_version": 3, "action": { "default_icon": { "48": "images\/logo48.png", "192": "images\/logo192.png", "512": "images\/logo512.png" } }, "icons": { "48": "images\/logo48.png", "192": "images\/logo192.png", "512": "images\/logo512.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "install_notifier.js" ], "matches": [ "*:\/\/localhost\/*", "*:\/\/u3.xyz\/*", "*:\/\/dev.u3.xyz\/*" ], "run_at": "document_idle" }, { "css": [ "content.css" ], "js": [ "content_script.js" ], "matches": [ " |