Meteor

A data wallet & gateway to web3 dApps.

Что такое Meteor?

Meteor - это расширение Chrome, разработанное https://dataverse-os.com, и его основная функция - "A data wallet & gateway to web3 dApps.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Meteor

Скачайте файлы расширений 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"
    }
}