Meteor
A data wallet & gateway to web3 dApps.
Apa itu Meteor?
Meteor adalah ekstensi Chrome yang dikembangkan oleh https://dataverse-os.com, dan fitur utamanya adalah "A data wallet & gateway to web3 dApps.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Meteor
Unduh file ekstensi Meteor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
## 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
Informasi Dasar Ekstensi
Nama | Meteor |
ID | kcigpjcafekokoclamfendmaapcljead |
URL Resmi | https://chromewebstore.google.com/detail/meteor/kcigpjcafekokoclamfendmaapcljead |
Deskripsi | A data wallet & gateway to web3 dApps. |
Ukuran File | 16.58 MB |
Jumlah Instalasi | 3,397 |
Versi Saat Ini | 0.5.52 |
Terakhir Diperbarui | 2024-02-27 |
Tanggal Publikasi | 2021-08-19 |
Penilaian | 4.62/5 Total 13 Penilaian |
Pengembang | https://dataverse-os.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://meteor.computer/ |
URL Halaman Bantuan | https://docs.meteor.computer/ |
Bahasa yang Didukung | 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": [ " |