C64 Wallet
Cardano light wallet
C64 Wallet क्या है?
C64 Wallet c64wallet द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Cardano light wallet"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में C64 Wallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Cardano Extension Wallet C64 Wallet is a community light wallet that provides a sovereign, customized experience for Cardano users and devs by supporting transactions P2P, staking, transaction with metadata, native tokens, NFTs and other features. The wallet allows switching networks and unifying all of them within the same tool, in addition, being able to choose your own trusted endpoints, giving total freedom. Private keys are encrypted and stored in the local storage(user side), securing the funds and other personal information. Web: C64.app Twitter: https://twitter.com/C64Wallet
एक्सटेंशन की मूल जानकारी
नाम | C64 Wallet |
ID | haljhdaokfhkiecjhggnikjfcfdjmohh |
आधिकारिक URL | https://chromewebstore.google.com/detail/c64-wallet/haljhdaokfhkiecjhggnikjfcfdjmohh |
विवरण | Cardano light wallet |
फ़ाइल का आकार | 5.42 MB |
स्थापना संख्या | 30 |
वर्तमान संस्करण | 1.0.9.4 |
अंतिम अपडेट | 2022-09-10 |
प्रकाशन तिथि | 2022-01-12 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | c64wallet |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://c64.app |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "C64 Wallet", "short_name": "C64 Wallet", "description": "Cardano light wallet", "manifest_version": 2, "version": "1.0.9.4", "icons": { "16": "img\/16.png", "19": "img\/19.png", "32": "img\/32.png", "38": "img\/38.png", "48": "img\/48.png", "64": "img\/64.png", "128": "img\/128.png", "512": "img\/512.png" }, "browser_action": { "default_icon": { "16": "img\/16.png", "19": "img\/19.png", "32": "img\/32.png", "38": "img\/38.png", "48": "img\/48.png", "64": "img\/64.png", "128": "img\/128.png", "512": "img\/512.png" }, "default_title": "C64 Wallet", "default_popup": "popup.html" }, "permissions": [ "storage", "tabs" ], "content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self'", "background": { "scripts": [ "background.js" ], "persistent": true } } |