Penumbra wallet

For use in interacting with the Penumbra blockchain

Penumbra wallet란 무엇입니까?

Penumbra wallet은(는) Penumbra Labs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "For use in interacting with the Penumbra blockchain"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Penumbra wallet 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
    }
}