Simple Wallet for Casper

Multichain non-custodial staking crypto wallet

Simple Wallet for Casperคืออะไร?

Simple Wallet for Casper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย simplewallet.one และคุณลักษณะหลักของมันคือ "Multichain non-custodial staking crypto wallet"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple Wallet for Casper

ดาวน์โหลดไฟล์ส่วนขยาย 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
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": [
                ""
            ],
            "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"
    }
}