Meteor

A data wallet & gateway to web3 dApps.

Meteor là gì?

Meteor là một tiện ích mở rộng Chrome được phát triển bởi https://dataverse-os.com, và tính năng chính của nó là "A data wallet & gateway to web3 dApps.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Meteor

Tải xuống các tệp mở rộng Meteor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        ## 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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Meteor Meteor
ID kcigpjcafekokoclamfendmaapcljead
URL Chính Thức https://chromewebstore.google.com/detail/meteor/kcigpjcafekokoclamfendmaapcljead
Mô tả A data wallet & gateway to web3 dApps.
Kích Thước Tệp 16.58 MB
Số Lần Cài Đặt 3,397
Phiên Bản Hiện Tại 0.5.52
Cập Nhật Lần Cuối 2024-02-27
Ngày Phát Hành 2021-08-19
Đánh Giá 4.62/5 Tổng số 13 Đánh Giá
Nhà Phát Triển https://dataverse-os.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://meteor.computer/
URL Trang Trợ Giúp https://docs.meteor.computer/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}