Simple Wallet for Casper

Multichain non-custodial staking crypto wallet

什麼是Simple Wallet for Casper?

Simple Wallet for Casper是由simplewallet.one開發的Chrome擴展程式,該擴展的主要功能是“Multichain non-custodial staking crypto wallet”。

擴展截圖

screenshot
screenshot
screenshot

下載Simple Wallet for Casper擴展crx文件

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

擴展使用說明

                        Simple Wallet is a non-custodial wallet on a mission to simplify native staking for everyone worldwide. We are starting with the CSPR network.

Simple Wallet supports staking inside the app by searching or choosing a specific Casper validator. Unstaking is also done inside the app with a single click. 

Besides that, Simple Wallet allows
using your existing Casper private key;
creating a new private key;
receive/send CSPR tokens;

Simple Wallet supports CSPR Mainnet/Testnet.                    

擴展基本資訊

名稱 Simple Wallet for Casper Simple Wallet for Casper
ID lnkcaamggbmaoghielcjalmedjeghgca
官方網址 https://chromewebstore.google.com/detail/simple-wallet-for-casper/lnkcaamggbmaoghielcjalmedjeghgca
簡介 Multichain non-custodial staking crypto wallet
檔案大小 1.16 MB
安裝次數 117
目前版本 0.42
更新時間 2023-05-31
上架時間 2022-08-17
評分 4.75/5 共 4 次評分
開發者 simplewallet.one
電子郵箱 [email protected]
付費類型 free
擴展官網 https://simplewallet.one
隱私政策頁面URL https://simplewallet.one/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Wallet for Casper",
    "description": "Multichain non-custodial staking crypto wallet",
    "version": "0.42",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the Wallet"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/static\/js\/content.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/inject-script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "downloads",
        "activeTab"
    ],
    "icons": {
        "16": "logo192.png",
        "48": "logo192.png",
        "128": "logo192.png"
    }
}