Spire

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

Was ist Spire?

Spire ist eine Chrome-Erweiterung, die von https://walletbeacon.io entwickelt wurde, und ihr Hauptmerkmal ist "Spire allows you to interact with Tezos dApps that support the Beacon SDK.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Spire-Erweiterungs-CRX-Datei herunterladen

Laden Sie Spire-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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/                    

Grundlegende Informationen zur Erweiterung

Name Spire Spire
ID gpfndedineagiepkpinficbcbbgjoenn
Offizielle URL https://chromewebstore.google.com/detail/spire/gpfndedineagiepkpinficbcbbgjoenn
Beschreibung Spire allows you to interact with Tezos dApps that support the Beacon SDK.
Dateigröße 9.29 MB
Installationsanzahl 6,454
Aktuelle Version 2.3.3
Letztes Update 2022-11-27
Veröffentlichungsdatum 2020-06-29
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler https://walletbeacon.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://spirewallet.com
URL der Datenschutzrichtlinien-Seite https://airgap.it/privacy-policy
Unterstützte Sprachen 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
}