Reunit

The one and only real omnichain wallet

什么是Reunit?

Reunit是由Everywhere DAO开发的Chrome扩展程序,该扩展的主要功能是“The one and only real omnichain wallet”。

扩展截图

screenshot
screenshot
screenshot

下载Reunit扩展crx文件

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

扩展使用说明

                        Reunit Wallet is an open source omnichain cryptocurrency wallet.

Here are some of the key features:
1 - Trading terminal included
2 - Cross-chain transfer
3 - Real-time simulation before each transaction / signature
4 - Bulk transfer from multiple blockchains in one click
5 - Hardware wallet supported                    

扩展基本信息

名称 Reunit Reunit
ID nlcccgcedoleehdicpnlnjeccnlfkemh
官方URL https://chromewebstore.google.com/detail/reunit/nlcccgcedoleehdicpnlnjeccnlfkemh
简介 The one and only real omnichain wallet
文件大小 11.99 MB
安装次数 9,277
当前版本 2.3.0.1
更新时间 2024-03-05
上架时间 2023-03-22
评分 4.22/5 共125次评分
开发者 Everywhere DAO
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://github.com/EverywhereFinance/reunit_beta_one/blob/main/PRIVACY.md
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Reunit",
    "version": "2.3.0.1",
    "description": "The one and only real omnichain wallet",
    "icons": {
        "128": "icons\/newIcon.png"
    },
    "host_permissions": [
        "*:\/\/*\/*",
        "file:\/\/\/*"
    ],
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "action": {
        "default_title": "Reunit",
        "default_popup": "popup.html"
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/*\/*",
            "https:\/\/*\/*"
        ]
    },
    "background": {
        "service_worker": "wcc\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/v2_wcc_lib.js",
                "wcc\/content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/newIcon.png",
                "js\/v2_wcc_lib.js",
                "wcc\/detect_QRcode.js",
                "wcc\/lib_QRCode.js"
            ],
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}