XIDAR Wallet for RadixDLT

Your Gateway to simplicity. The most powerful wallet to explore RadixDLT.

什么是XIDAR Wallet for RadixDLT?

XIDAR Wallet for RadixDLT是由https://xidar.io开发的Chrome扩展程序,该扩展的主要功能是“Your Gateway to simplicity. The most powerful wallet to explore RadixDLT.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载XIDAR Wallet for RadixDLT扩展crx文件

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

扩展使用说明

                        The XIDAR wallet is the best way to use the RadixDLT network.

Creating accounts, sending transactions, staking, swapping, etc... Everything is possible with this wallet.

Beyond an application, the wallet will improve your experience by offering the possibility of connecting to compatible applications and websites.                    

扩展基本信息

名称 XIDAR Wallet for RadixDLT XIDAR Wallet for RadixDLT
ID hgnpaljkalilofmmbhgkkldbdbogddlo
官方URL https://chromewebstore.google.com/detail/xidar-wallet-for-radixdlt/hgnpaljkalilofmmbhgkkldbdbogddlo
简介 Your Gateway to simplicity. The most powerful wallet to explore RadixDLT.
文件大小 102 MB
安装次数 1,123
当前版本 1.1.1
更新时间 2023-10-03
上架时间 2022-11-29
评分 4.70/5 共23次评分
开发者 https://xidar.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://xidar.io/wallet
隐私政策页面URL https://xidar.Io/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "XIDAR Wallet for RadixDLT",
    "description": "Your Gateway to simplicity. The most powerful wallet to explore RadixDLT.",
    "version": "1.1.1",
    "author": "XIDAR",
    "homepage_url": "https:\/\/xidar.io",
    "icons": {
        "48": "assets\/images\/icons\/icon48.png",
        "96": "assets\/images\/icons\/icon96.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/xidar.io' 'https:\/\/apis.google.com\/' 'https:\/\/www.gstatic.com\/' 'https:\/\/*.firebaseio.com' 'https:\/\/www.googleapis.com' 'https:\/\/ajax.googleapis.com'; object-src 'self'"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "notifications",
        "tabs",
        "alarms",
        "storage",
        "clipboardWrite",
        "unlimitedStorage"
    ],
    "background": {
        "service_worker": "\/extension\/background\/background.min.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/extension\/browser-polyfill.min.js",
                "\/extension\/content\/bech32.min.js",
                "\/extension\/content\/content.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/extension\/inpage\/xidar.min.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": "assets\/images\/icons\/icon32.png",
        "default_title": "Xidar Wallet",
        "default_popup": "frontend\/dist\/frontend\/index.html"
    }
}