Sporran

Sporran. The wallet for your KILTs and credentials.

O que é Sporran?

Sporran é uma extensão do Chrome desenvolvida por B.T.E. BOTLabs Trusted Entity GmbH, e sua principal característica é "Sporran. The wallet for your KILTs and credentials.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Sporran

Baixe arquivos de extensão Sporran no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Sporran Sporran
ID djdnajgjcbjhhbdblkegbcgodlkkfhcl
URL Oficial https://chromewebstore.google.com/detail/sporran/djdnajgjcbjhhbdblkegbcgodlkkfhcl
Descrição Sporran. The wallet for your KILTs and credentials.
Tamanho do Arquivo 1.67 MB
Contagem de Instalações 7,032
Versão Atual 2024.2.19
Última Atualização 2024-02-22
Data de Publicação 2021-09-03
Classificação 5.00/5 Total de 8 Avaliações
Desenvolvedor B.T.E. BOTLabs Trusted Entity GmbH
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://sporran.org
Idiomas Suportados 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"
    ]
}