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
官方網址 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"
    }
}