Spire

Spire allows you to interact with Tezos dApps that support the Beacon SDK.

Wat is Spire?

Spire is een Chrome-extensie ontwikkeld door https://walletbeacon.io, en de belangrijkste functie is "Spire allows you to interact with Tezos dApps that support the Beacon SDK.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Spire

Download Spire-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Spire allows you to interact with Tezos dApps that support the Beacon SDK.

Create Tezos accounts in the extension or connect Spire to a mobile, desktop or hardware wallet. Transactions prompted by the dApp can be signed with the selected signing method for example directly in Spire.

An example dApp to try Spire is https://www.tzcolors.io/                    

Basisinformatie over de Extensie

Naam Spire Spire
ID gpfndedineagiepkpinficbcbbgjoenn
Officiële URL https://chromewebstore.google.com/detail/spire/gpfndedineagiepkpinficbcbbgjoenn
Beschrijving Spire allows you to interact with Tezos dApps that support the Beacon SDK.
Bestandsgrootte 9.29 MB
Aantal Installaties 6,454
Huidige Versie 2.3.3
Laatst Bijgewerkt 2022-11-27
Publicatiedatum 2020-06-29
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://walletbeacon.io
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://spirewallet.com
URL van de Privacybeleid Pagina https://airgap.it/privacy-policy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Spire",
    "version": "2.3.3",
    "description": "Spire allows you to interact with Tezos dApps that support the Beacon SDK.",
    "icons": {
        "16": "assets\/icon\/spire-logo-16px.png",
        "48": "assets\/icon\/spire-logo-48px.png",
        "128": "assets\/icon\/spire-logo-128px.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "background.js",
            "runtime.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "inject.js",
                "runtime.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "19": "assets\/icon\/spire-logo-19px.png",
            "38": "assets\/icon\/spire-logo-38px.png"
        }
    },
    "manifest_version": 2
}