Meteor
A data wallet & gateway to web3 dApps.
Meteorคืออะไร?
Meteor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dataverse-os.com และคุณลักษณะหลักของมันคือ "A data wallet & gateway to web3 dApps."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Meteor
ดาวน์โหลดไฟล์ส่วนขยาย Meteor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
## Introduction ❤️ Meteor data wallet is the gateway to web3 personal cloud, which aggregates your dApp interaction data (e.g. click/post/follow) in one place and allows you to monetize data values. 🌱 It is built upon Dataverse Kernel, supporting Sign-In-with-Ethereum and Object Capability. Now users can use it as identity authenticator for connecting self-sovereign dApps, controlling encryption keys over data files through decentralized key management and decentralized databases. 🧩 DM us on Twitter @OwnershipLabs
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Meteor |
ID | kcigpjcafekokoclamfendmaapcljead |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/meteor/kcigpjcafekokoclamfendmaapcljead |
คำอธิบาย | A data wallet & gateway to web3 dApps. |
ขนาดไฟล์ | 16.58 MB |
จำนวนการติดตั้ง | 3,397 |
เวอร์ชันปัจจุบัน | 0.5.52 |
อัปเดตครั้งล่าสุด | 2024-02-27 |
วันที่เผยแพร่ | 2021-08-19 |
คะแนน | 4.62/5 รวมทั้งหมด 13 คะแนน |
ผู้พัฒนา | https://dataverse-os.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://meteor.computer/ |
URL หน้าช่วยเหลือ | https://docs.meteor.computer/ |
ภาษาที่รองรับ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.5.52", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDesc__", "default_locale": "en", "minimum_chrome_version": "80", "permissions": [ "tabs", "bookmarks" ], "web_accessible_resources": [ "icons\/*", "images\/*", "fonts\/*", "manifest.json" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';", "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "options_ui": { "page": "options.html", "chrome_style": true, "open_in_tab": true }, "content_scripts": [ { "matches": [ " |