Cobalt
A Horizen Wallet in your browser
什麼是Cobalt?
Cobalt是由Zen Blockchain Foundation開發的Chrome擴展程式,該擴展的主要功能是“A Horizen Wallet in your browser”。
擴展截圖
下載Cobalt擴展crx文件
下載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 |
ID | hekbjgfncacdinlajhgiakpaieajpfph |
官方網址 | 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": [ " |