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文件

下載Sporran擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}