Penumbra wallet

For use in interacting with the Penumbra blockchain

Penumbra walletคืออะไร?

Penumbra wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Penumbra Labs และคุณลักษณะหลักของมันคือ "For use in interacting with the Penumbra blockchain"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Penumbra wallet

ดาวน์โหลดไฟล์ส่วนขยาย Penumbra wallet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Penumbra is a shielded, cross-chain network allowing anyone to securely transact, stake, swap, or marketmake without broadcasting their personal information to the world.

This wallet allows you to custody your keys, synchronize the blocks, and submit transactions on to the network.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Penumbra wallet Penumbra wallet
ID lkpmkhpnhknhmibgnmmhdhgdilepfghe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/penumbra-wallet/lkpmkhpnhknhmibgnmmhdhgdilepfghe
คำอธิบาย For use in interacting with the Penumbra blockchain
ขนาดไฟล์ 85.52 MB
จำนวนการติดตั้ง 5,662
เวอร์ชันปัจจุบัน 4.2.0
อัปเดตครั้งล่าสุด 2024-02-27
วันที่เผยแพร่ 2022-11-18
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Penumbra Labs
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://penumbra.zone/
URL หน้านโยบายความเป็นส่วนตัว https://privacy.penumbra.zpoken.io
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Penumbra wallet",
    "version": "4.2.0",
    "description": "For use in interacting with the Penumbra blockchain",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvnucOJi878TGZYnTNTrvXd9krAcpSDR\/EgHcQhvjNZrKfRRsKA9O0DnbyM492c3hiicYPevRPLPoKsLgVghGDYPr8eNO7ee165keD5XLxq0wpWu14gHEPdQSRNZPLeawLp4s\/rUwtzMcxhVIUYYaa2xZri4Tqx9wpR7YR1mQTAL8UsdjyitrnzTM20ciKXq1pd82MU74YaZzrcQCOmcjJtjHFdMEAYme+LuZuEugAgef9RiE\/8kLQ6T7W9feYfQOky1OPjBkflpRXRgW6cACdl+MeYhKJCOHijglFsPOXX6AvnoJSeAJYRXOMVJi0ejLKEcrLpaeHgh+1WXUvc5G4wIDAQAB",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "injected-connection-manager.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "injected-penumbra-global.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "world": "MAIN"
        }
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "install-detector.txt"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "offscreen"
    ],
    "host_permissions": [
        ""
    ],
    "content_security_policy": {
        "extension_pages": "object-src 'self'; script-src 'self' 'wasm-unsafe-eval'"
    }
}