C64 Wallet
Cardano light wallet
C64 Wallet란 무엇입니까?
C64 Wallet은(는) c64wallet에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Cardano light wallet"입니다.
확장 프로그램 스크린샷
C64 Wallet 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 } } |