Sporran

Sporran. The wallet for your KILTs and credentials.

Sporran란 무엇입니까?

Sporran은(는) B.T.E. BOTLabs Trusted Entity GmbH에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sporran. The wallet for your KILTs and credentials."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        The Sporran wallet is a browser extension to read and display KILT Coin balances from the KILT blockchain identity protocol or from third-party applications. Sporran also allows users to sign and send transactions on the KILT blockchain.

Users can also create digital identities using KILT blockchain mechanisms. Sporran acts like a physical wallet that stores personal digital credentials, providing users with anonymity and control over their data when they present their information to online services. In particular, Sporran stores Verifiable Credentials and allows the user to sign them digitally and manage these credentials in their wallet.  

For download and usage of the Sporran wallet the Terms and Conditions as outlined under https://www.sporran.org/terms.html are applicable.                    

확장 프로그램 기본 정보

이름 Sporran Sporran
ID djdnajgjcbjhhbdblkegbcgodlkkfhcl
공식 URL https://chromewebstore.google.com/detail/sporran/djdnajgjcbjhhbdblkegbcgodlkkfhcl
설명 Sporran. The wallet for your KILTs and credentials.
파일 크기 1.67 MB
설치 횟수 7,032
현재 버전 2024.2.19
최근 업데이트 2024-02-22
출시 날짜 2021-09-03
평점 5.00/5 총 8 개의 평점
개발자 B.T.E. BOTLabs Trusted Entity GmbH
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://sporran.org
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_manifest_name__",
    "short_name": "__MSG_manifest_short_name__",
    "description": "__MSG_manifest_description__",
    "version": "2024.2.19",
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "16": "icon\/light\/16.png",
            "32": "icon\/light\/32.png",
            "48": "icon\/light\/48.png",
            "128": "icon\/light\/128.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/backgroundScript.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/contentScript.js"
            ]
        }
    ],
    "icons": {
        "16": "icon\/light\/16.png",
        "32": "icon\/light\/32.png",
        "48": "icon\/light\/48.png",
        "128": "icon\/light\/128.png"
    },
    "permissions": [
        "clipboardRead",
        "clipboardWrite",
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self';",
    "web_accessible_resources": [
        "js\/injectedScript.js"
    ]
}