Spire
Spire allows you to interact with Tezos dApps that support the Beacon SDK.
O que é Spire?
Spire é uma extensão do Chrome desenvolvida por https://walletbeacon.io, e sua principal característica é "Spire allows you to interact with Tezos dApps that support the Beacon SDK.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Spire
Baixe arquivos de extensão Spire no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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/
Informações Básicas da Extensão
Nome | Spire |
ID | gpfndedineagiepkpinficbcbbgjoenn |
URL Oficial | https://chromewebstore.google.com/detail/spire/gpfndedineagiepkpinficbcbbgjoenn |
Descrição | Spire allows you to interact with Tezos dApps that support the Beacon SDK. |
Tamanho do Arquivo | 9.29 MB |
Contagem de Instalações | 6,454 |
Versão Atual | 2.3.3 |
Última Atualização | 2022-11-27 |
Data de Publicação | 2020-06-29 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | https://walletbeacon.io |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://spirewallet.com |
URL da Página de Política de Privacidade | https://airgap.it/privacy-policy |
Idiomas Suportados | 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 } |