Meteor

A data wallet & gateway to web3 dApps.

什么是Meteor?

Meteor是由https://dataverse-os.com开发的Chrome扩展程序,该扩展的主要功能是“A data wallet & gateway to web3 dApps.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载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 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": [
                ""
            ],
            "js": [
                "js\/contents.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon-16x16.png",
        "48": "icons\/icon-48x48.png",
        "128": "icons\/icon-128x128.png"
    }
}