Metahub Wallet

A Simple to Use EOS Web Wallet

什么是Metahub Wallet?

Metahub Wallet是由metahubwallet开发的Chrome扩展程序,该扩展的主要功能是“A Simple to Use EOS Web Wallet”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载Metahub Wallet扩展crx文件

下载Metahub Wallet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Easy to use EOS wallet
Decentralized, encrypted data stored in your personal computer wallet                    

扩展基本信息

名称 Metahub Wallet Metahub Wallet
ID nglnaekfdaelelcaokeemlnopjhekdkj
官方URL https://chromewebstore.google.com/detail/metahub-wallet/nglnaekfdaelelcaokeemlnopjhekdkj
简介 A Simple to Use EOS Web Wallet
文件大小 1.42 MB
安装次数 328
当前版本 2.0.9
更新时间 2024-03-01
上架时间 2022-01-20
评分 5.00/5 共3次评分
开发者 metahubwallet
电子邮箱 [email protected]
付费类型 free
扩展官网 https://metahub.cash/
隐私政策页面URL https://metahub.cash/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "metahub",
    "description": "A Simple to Use EOS Web Wallet",
    "name": "Metahub Wallet",
    "version": "2.0.9",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "64": "icons\/64.png"
        },
        "default_popup": "src\/entries\/popup\/index.html"
    },
    "background": {
        "service_worker": "serviceWorker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "src\/entries\/contentScript\/main.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "options_ui": {
        "page": "src\/entries\/options\/index.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/constants-7a5acd68.js",
                "assets\/src\/entries\/contentScript\/content-07c4b742.js",
                "assets\/types-d26040a5.js",
                "src\/entries\/contentScript\/content.js",
                "src\/entries\/windows\/index.html"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ]
}