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”。
扩展截图
下载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. 扩展基本信息
| 名称 | |
| ID | lnkcaamggbmaoghielcjalmedjeghgca |
| 官方URL | 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": [
" | |