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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}