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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}