XIDAR Wallet for RadixDLT

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

XIDAR Wallet for RadixDLT là gì?

XIDAR Wallet for RadixDLT là một tiện ích mở rộng Chrome được phát triển bởi https://xidar.io, và tính năng chính của nó là "Your Gateway to simplicity. The most powerful wallet to explore RadixDLT.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng XIDAR Wallet for RadixDLT

Tải xuống các tệp mở rộng XIDAR Wallet for RadixDLT dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên XIDAR Wallet for RadixDLT XIDAR Wallet for RadixDLT
ID hgnpaljkalilofmmbhgkkldbdbogddlo
URL Chính Thức https://chromewebstore.google.com/detail/xidar-wallet-for-radixdlt/hgnpaljkalilofmmbhgkkldbdbogddlo
Mô tả Your Gateway to simplicity. The most powerful wallet to explore RadixDLT.
Kích Thước Tệp 102 MB
Số Lần Cài Đặt 1,123
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2023-10-03
Ngày Phát Hành 2022-11-29
Đánh Giá 4.70/5 Tổng số 23 Đánh Giá
Nhà Phát Triển https://xidar.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://xidar.io/wallet
URL Trang Chính Sách Bảo Mật https://xidar.Io/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}