Spire

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

Cos'è Spire?

Spire è un'estensione di Chrome sviluppata da https://walletbeacon.io, e la sua funzione principale è "Spire allows you to interact with Tezos dApps that support the Beacon SDK.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Spire

Scarica i file di estensione Spire in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome Spire Spire
ID gpfndedineagiepkpinficbcbbgjoenn
URL Ufficiale https://chromewebstore.google.com/detail/spire/gpfndedineagiepkpinficbcbbgjoenn
Descrizione Spire allows you to interact with Tezos dApps that support the Beacon SDK.
Dimensione del File 9.29 MB
Conteggio Installazioni 6,454
Versione Corrente 2.3.3
Ultimo Aggiornamento 2022-11-27
Data di Pubblicazione 2020-06-29
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore https://walletbeacon.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://spirewallet.com
URL della Pagina della Politica sulla Privacy https://airgap.it/privacy-policy
Lingue Supportate 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
}