Meteor
A data wallet & gateway to web3 dApps.
Meteorとは何ですか?
Meteorはhttps://dataverse-os.comによって開発されたChromeの拡張機能で、その主な機能は「A data wallet & gateway to web3 dApps.」です。
拡張機能のスクリーンショット
Meteor拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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": [ " |