Spire

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

什么是Spire?

Spire是由https://walletbeacon.io开发的Chrome扩展程序,该扩展的主要功能是“Spire allows you to interact with Tezos dApps that support the Beacon SDK.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Spire扩展crx文件

下载Spire扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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/                    

扩展基本信息

名称 Spire Spire
ID gpfndedineagiepkpinficbcbbgjoenn
官方URL https://chromewebstore.google.com/detail/spire/gpfndedineagiepkpinficbcbbgjoenn
简介 Spire allows you to interact with Tezos dApps that support the Beacon SDK.
文件大小 9.29 MB
安装次数 6,454
当前版本 2.3.3
更新时间 2022-11-27
上架时间 2020-06-29
评分 5.00/5 共4次评分
开发者 https://walletbeacon.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://spirewallet.com
隐私政策页面URL https://airgap.it/privacy-policy
支持的语言 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
}