Shell Wallet

Shell Wallet is a browser extension wallet for the Inter blockchain ecosystem.

O que é Shell Wallet?

Shell Wallet é uma extensão do Chrome desenvolvida por https://shellwallet.io, e sua principal característica é "Shell Wallet is a browser extension wallet for the Inter blockchain ecosystem.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Shell Wallet

Baixe arquivos de extensão Shell Wallet 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

                        Shell Wallet is the first and leading browser extension IBC-enabled wallet built for Cosmos Ecosystem.
Shell Wallet provides Cosmos-SDK based features with the most adaptable account management and wallet functionalities for the blockchain network.

MAIN FEATURES //
- Multichain account management
- Governance proposals voting
- Add new blockchains from web front-ends
- Support hardware wallet (Ledger Nano X/S)
- Display NFTs on Sei Network
..and many more

Reminder: All transactions done by Shell Wallet are signed offline on your devices. Your private keys are securely encrypted and saved on your computer
For More Information //
[email protected]
For Landing//
https://shellwallet.io                    

Informações Básicas da Extensão

Nome Shell Wallet Shell Wallet
ID kbdcddcmgoplfockflacnnefaehaiocb
URL Oficial https://chromewebstore.google.com/detail/shell-wallet/kbdcddcmgoplfockflacnnefaehaiocb
Descrição Shell Wallet is a browser extension wallet for the Inter blockchain ecosystem.
Tamanho do Arquivo 12.02 MB
Contagem de Instalações 26,051
Versão Atual 0.3.5
Última Atualização 2023-08-17
Data de Publicação 2023-06-03
Classificação 4.92/5 Total de 72 Avaliações
Desenvolvedor https://shellwallet.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://shellwallet.io
URL da Página de Ajuda https://docs.shellwallet.io
URL da Página de Política de Privacidade https://www.freeprivacypolicy.com/live/036a5bc1-cfde-4cbc-90ee-f2f7c148f350
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Shell Wallet",
    "description": "Shell Wallet is a browser extension wallet for the Inter blockchain ecosystem.",
    "version": "0.3.5",
    "icons": {
        "16": "assets\/icon-16.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Shell"
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "permissions": [
        "storage",
        "notifications",
        "idle",
        "alarms"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "browser-polyfill.js",
                "contentScripts.bundle.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "injectedScript.bundle.js",
                "blocklist.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}