Meteor
A data wallet & gateway to web3 dApps.
Co to jest Meteor?
Meteor to rozszerzenie Chrome opracowane przez https://dataverse-os.com, a jego główną funkcją jest „A data wallet & gateway to web3 dApps.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Meteor
Pobierz pliki rozszerzeń Meteor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
## 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
Podstawowe informacje o rozszerzeniu
Nazwa | Meteor |
ID | kcigpjcafekokoclamfendmaapcljead |
Oficjalny URL | https://chromewebstore.google.com/detail/meteor/kcigpjcafekokoclamfendmaapcljead |
Opis | A data wallet & gateway to web3 dApps. |
Rozmiar pliku | 16.58 MB |
Liczba instalacji | 3,397 |
Aktualna Wersja | 0.5.52 |
Ostatnia Aktualizacja | 2024-02-27 |
Data Publikacji | 2021-08-19 |
Ocena | 4.62/5 Łącznie 13 Oceny |
Deweloper | https://dataverse-os.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://meteor.computer/ |
Adres URL Strony Pomocy | https://docs.meteor.computer/ |
Obsługiwane Języki | 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": [ " |