Simple Wallet for Casper

Multichain non-custodial staking crypto wallet

Simple Wallet for Casper là gì?

Simple Wallet for Casper là một tiện ích mở rộng Chrome được phát triển bởi simplewallet.one, và tính năng chính của nó là "Multichain non-custodial staking crypto wallet".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Simple Wallet for Casper

Tải xuống các tệp mở rộng Simple Wallet for Casper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Simple Wallet for Casper Simple Wallet for Casper
ID lnkcaamggbmaoghielcjalmedjeghgca
URL Chính Thức https://chromewebstore.google.com/detail/simple-wallet-for-casper/lnkcaamggbmaoghielcjalmedjeghgca
Mô tả Multichain non-custodial staking crypto wallet
Kích Thước Tệp 1.16 MB
Số Lần Cài Đặt 117
Phiên Bản Hiện Tại 0.42
Cập Nhật Lần Cuối 2023-05-31
Ngày Phát Hành 2022-08-17
Đánh Giá 4.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển simplewallet.one
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://simplewallet.one
URL Trang Chính Sách Bảo Mật https://simplewallet.one/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}