Carax Wallet

A Crypto Wallet Dedicated for the Web3

什么是Carax Wallet?

Carax Wallet是由demon-wallet-publishers开发的Chrome扩展程序,该扩展的主要功能是“A Crypto Wallet Dedicated for the Web3”。

扩展截图

screenshot
screenshot
screenshot

下载Carax Wallet扩展crx文件

下载Carax Wallet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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