Meteor
A data wallet & gateway to web3 dApps.
Vad är Meteor?
Meteor är en Chrome-tillägg utvecklad av https://dataverse-os.com, och dess huvudfunktion är "A data wallet & gateway to web3 dApps.".
Tilläggsskärmbilder
Ladda ner Meteor-förlängningens CRX-fil
Ladda ner Meteor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
## 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
Grundläggande Information om Tillägg
Namn | Meteor |
ID | kcigpjcafekokoclamfendmaapcljead |
Officiell webbadress | https://chromewebstore.google.com/detail/meteor/kcigpjcafekokoclamfendmaapcljead |
Beskrivning | A data wallet & gateway to web3 dApps. |
Filstorlek | 16.58 MB |
Antal Installationer | 3,397 |
Aktuell Version | 0.5.52 |
Senast Uppdaterad | 2024-02-27 |
Publiceringsdatum | 2021-08-19 |
Betyg | 4.62/5 Totalt 13 Betyg |
Utvecklare | https://dataverse-os.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://meteor.computer/ |
Hjälpsida URL | https://docs.meteor.computer/ |
Stödda Språk | 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": [ " |