Carax Wallet

A Crypto Wallet Dedicated for the Web3

Hvad er Carax Wallet?

Carax Wallet er en Chrome-udvidelse udviklet af demon-wallet-publishers, og dens hovedfunktion er "A Crypto Wallet Dedicated for the Web3".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Carax Wallet-udvidelses-CRX-fil

Download Carax Wallet-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Carax Wallet Carax Wallet
ID mdjmfdffdcmnoblignmgpommbefadffd
Officiel URL https://chromewebstore.google.com/detail/carax-wallet/mdjmfdffdcmnoblignmgpommbefadffd
Beskrivelse A Crypto Wallet Dedicated for the Web3
Filstørrelse 3.79 MB
Antal Installationer 20,000
Nuværende Version 1.18.7
Senest Opdateret 2024-03-05
Udgivelsesdato 2023-01-02
Bedømmelse 4.96/5 Samlet 1392 Bedømmelser
Udvikler demon-wallet-publishers
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://renec.foundation
Understøttede Sprog 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"
}