Cobalt

A Horizen Wallet in your browser

Cobaltคืออะไร?

Cobalt เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zen Blockchain Foundation และคุณลักษณะหลักของมันคือ "A Horizen Wallet in your browser"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Cobalt ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Cobalt - The Wallet for Horizen Ecosystem and EVM-Compatible Chains

Cobalt is the web extension wallet that's optimized for the Horizen ecosystem and any EVM-compatible chain.

DEVELOPER AND TESTNET FEATURES
• Built-in test token faucet to obtain test tokens for developing and testing
• Pre-configured Horizen testnet networks 

NEW FEATURES TO SIMPLIFY CRYPTO MANAGEMENT
Our latest update includes new features that make managing your crypto even more convenient: 
• Generate and import 12-word seed phrases for EVM-compatible networks
• Add EVM-compatible networks directly within the extension
• Transfer native tokens within EVM-compatible networks
• Add additional accounts within EVM-compatible networks
• Import ERC-20 tokens and send ERC-20 tokens directly from Cobalt
• Hide or rename accounts for complete control over your crypto experience

Whether you're a seasoned trader or just starting out, Cobalt is the perfect tool for managing your crypto transactions and interacting with web3.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Cobalt Cobalt
ID hekbjgfncacdinlajhgiakpaieajpfph
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cobalt/hekbjgfncacdinlajhgiakpaieajpfph
คำอธิบาย A Horizen Wallet in your browser
ขนาดไฟล์ 1.59 MB
จำนวนการติดตั้ง 5,745
เวอร์ชันปัจจุบัน 2.8.1
อัปเดตครั้งล่าสุด 2023-12-06
วันที่เผยแพร่ 2022-08-10
คะแนน 4.05/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา Zen Blockchain Foundation
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.horizen.io/wallets/cobalt/
URL หน้าช่วยเหลือ https://discord.com/invite/z8eebsj7Sv
URL หน้านโยบายความเป็นส่วนตัว https://www.horizen.io/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cobalt",
    "description": "A Horizen Wallet in your browser",
    "version": "2.8.1",
    "manifest_version": 3,
    "homepage_url": "https:\/\/www.horizen.io\/wallets\/cobalt",
    "icons": {
        "16": "icons\/16x16.png",
        "24": "icons\/24x24.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "64": "icons\/64x64.png",
        "128": "icons\/128x128.png",
        "256": "icons\/256x256.png",
        "512": "icons\/512x512.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "action": {
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background\/background-script.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "content\/content-script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content\/horizen.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            ""
        ]
    },
    "content_security_policy": {
        "extension_pages": "default-src 'none'; script-src 'self'; style-src 'self' 'unsafe-inline'; base-uri 'self'; connect-src 'self' https:\/\/* http:\/\/127.0.0.1:8787 ; font-src 'self'; frame-src 'self' https:\/\/www.google.com; img-src 'self' https:\/\/ipfs.io https:\/\/*; manifest-src 'self'; media-src 'self'; worker-src 'self'"
    }
}