Cobalt
A Horizen Wallet in your browser
Cobalt क्या है?
Cobalt Zen Blockchain Foundation द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Horizen Wallet in your browser"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Cobalt एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक 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": [ " |