C64 Wallet
Cardano light wallet
Was ist C64 Wallet?
C64 Wallet ist eine Chrome-Erweiterung, die von c64wallet entwickelt wurde, und ihr Hauptmerkmal ist "Cardano light wallet".
Erweiterungsscreenshots
C64 Wallet-Erweiterungs-CRX-Datei herunterladen
Laden Sie C64 Wallet-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | C64 Wallet |
ID | haljhdaokfhkiecjhggnikjfcfdjmohh |
Offizielle URL | https://chromewebstore.google.com/detail/c64-wallet/haljhdaokfhkiecjhggnikjfcfdjmohh |
Beschreibung | Cardano light wallet |
Dateigröße | 5.42 MB |
Installationsanzahl | 30 |
Aktuelle Version | 1.0.9.4 |
Letztes Update | 2022-09-10 |
Veröffentlichungsdatum | 2022-01-12 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | c64wallet |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://c64.app |
Unterstützte Sprachen | 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 } } |