C64 Wallet

Cardano light wallet

什麼是C64 Wallet?

C64 Wallet是由c64wallet開發的Chrome擴展程式,該擴展的主要功能是“Cardano light wallet”。

擴展截圖

screenshot
screenshot

下載C64 Wallet擴展crx文件

下載C64 Wallet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 C64 Wallet
ID haljhdaokfhkiecjhggnikjfcfdjmohh
官方網址 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
    }
}