Carax Wallet

A Crypto Wallet Dedicated for the Web3

Carax Wallet क्या है?

Carax Wallet demon-wallet-publishers द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Crypto Wallet Dedicated for the Web3"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Carax Wallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Carax Wallet is a feature-packed crypto wallet designed for the RENEC blockchain ecosystem. It supports RENEC (native token), reUSD, and an ever-expanding list of coins. With its intuitive interface, users can easily deposit, withdraw and stake their digital assets with just a few clicks.

Carax Wallet is also designed to be highly flexible and customizable, allowing users to tailor the wallet to their specific needs. The wallet supports integration with other cryptocurrency services, making it easy for users to manage their cryptocurrency portfolio in one place.                    

एक्सटेंशन की मूल जानकारी

नाम Carax Wallet Carax Wallet
ID mdjmfdffdcmnoblignmgpommbefadffd
आधिकारिक URL https://chromewebstore.google.com/detail/carax-wallet/mdjmfdffdcmnoblignmgpommbefadffd
विवरण A Crypto Wallet Dedicated for the Web3
फ़ाइल का आकार 3.79 MB
स्थापना संख्या 20,000
वर्तमान संस्करण 1.18.7
अंतिम अपडेट 2024-03-05
प्रकाशन तिथि 2023-01-02
रेटिंग 4.96/5 कुल 1392 रेटिंग्स
डेवलपर demon-wallet-publishers
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://renec.foundation
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Carax Wallet",
    "version": "1.18.7",
    "version_name": "1.18.7",
    "description": "A Crypto Wallet Dedicated for the Web3",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "author": "RENEC Labs",
    "action": {
        "default_popup": "index.html",
        "default_title": "Carax Wallet"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+R",
                "windows": "Alt+Shift+R",
                "mac": "Alt+Shift+R",
                "chromeos": "Alt+Shift+R",
                "linux": "Alt+Shift+R"
            },
            "description": "Command for quickly open wallet extension",
            "global": true
        }
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/localhost\/*",
        "http:\/\/127.0.0.1\/*",
        "http:\/\/0.0.0.0\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "incognito": "spanning",
    "permissions": [
        "storage",
        "identity",
        "scripting"
    ],
    "minimum_chrome_version": "88",
    "web_accessible_resources": [
        {
            "resources": [
                "inpage.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "file:\/\/*\/*",
            "http:\/\/*\/*",
            "https:\/\/*\/*"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsQmoNprRFYAAv24OL\/dYlkock+sX9hkQ81sy4u5Q\/+iElmjGem4BxYe5X3kwjSer6FN5RwzqFS7FQt+NZmGgRWtkz0Ga59mcquTGccYoWUK2a\/WyH4ScX\/YOJEgaZYs\/XIOLlg2QLqu+MgdHDFlu2qZzTPVWK1V9\/DtoaFhZFM\/APkO3UFUdKOvW9RE3HOVXi5nO+hqEBrdxuJ+\/Qc6EM3tgmMsB9z9IM7zfevKAJJUzm6ZteQCEscNB0po6aKUImcze4+wQ0p0SyPmKQ1lKIWhG2dN4JztIoDGsN1pwt\/qKwC7hKI5jZ1xQXFZS0n3gNRCG51ksbXfulai\/qkZPmQIDAQAB"
}