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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Your Gateway to simplicity. The most powerful wallet to explore RadixDLT."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में XIDAR Wallet for RadixDLT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}