Nabox Wallet

Nabox Chrome Extension

什么是Nabox Wallet?

Nabox Wallet是由Nabox Labs开发的Chrome扩展程序,该扩展的主要功能是“Nabox Chrome Extension”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载Nabox Wallet扩展crx文件

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

扩展使用说明

                        Nabox is a cross-chain DID application built for Web3.

With Nabox, you can manage assets across different blockchains whether for DeFi, GameFi, NFTs, and other use cases that come up. Nabox is your gateway to the multi-chain world.
Nabox uses an asymmetric cryptographic algorithm as the basis of Nabox's DID. Users use the same set of keys and public keys to manage assets and data on different blockchains.
SwapBox aggregates mainstream DEXs to provide users with asset exchange and asset cross-chain exchange, and intelligently find the best exchange path.


Nabox - The Multi-Chain DID Gateway to Web3                    

扩展基本信息

名称 Nabox Wallet Nabox Wallet
ID nknhiehlklippafakaeklbeglecifhad
官方URL https://chromewebstore.google.com/detail/nabox-wallet/nknhiehlklippafakaeklbeglecifhad
简介 Nabox Chrome Extension
文件大小 15.45 MB
安装次数 12,622
当前版本 1.2.1
更新时间 2024-01-30
上架时间 2021-04-01
评分 4.61/5 共31次评分
开发者 Nabox Labs
电子邮箱 [email protected]
付费类型 free
扩展官网 https://nabox.io
隐私政策页面URL https://privacy.nabox.io
支持的语言 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.2.1",
    "name": "Nabox Wallet",
    "description": "__MSG_pluginDesc__",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "notifications",
        ""
    ],
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content-script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "devtools_page": "devtools.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Nabox Wallet",
        "default_icon": {
            "19": "icons\/logo-19.png",
            "38": "icons\/logo-38.png"
        }
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "128": "icons\/icon-128.png"
    },
    "web_accessible_resources": [
        "js\/inPage.js"
    ],
    "content_security_policy": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
}