Sporran

Sporran. The wallet for your KILTs and credentials.

Sporran क्या है?

Sporran B.T.E. BOTLabs Trusted Entity GmbH द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sporran. The wallet for your KILTs and credentials."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sporran एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}