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
Eメール [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
}