Carax Wallet

A Crypto Wallet Dedicated for the Web3

Carax Walletคืออะไร?

Carax Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย demon-wallet-publishers และคุณลักษณะหลักของมันคือ "A Crypto Wallet Dedicated for the Web3"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Carax Wallet

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}