Leap Cosmos Wallet

A crypto wallet for Cosmos blockchains.

O que é Leap Cosmos Wallet?

Leap Cosmos Wallet é uma extensão do Chrome desenvolvida por https://leapwallet.io, e sua principal característica é "A crypto wallet for Cosmos blockchains.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Leap Cosmos Wallet

Baixe arquivos de extensão Leap Cosmos 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

                        Leap is the only super wallet for Cosmos!

The best-ever crypto wallet for all the blockchains on Cosmos, Leap offers best-in-class UX to let you seamlessly explore the interchain.

IBC transfers, in-wallet staking & rewards, chain-specific features, governance, DeFi, and more, supported across 50+ chains.

We're gonna list out literally every single thing we do because our SEO guy tells us it's good for trust 😉

**A Super Wallet for Cosmos**

- Support for 50+ chains, we keep up with the interchain.
- Neat Portfolio Overview: View your net worth with all cosmos assets in one place. All tokens are added automatically.
- Superior Wallet Management: Need a new burner ID, or want to hide from the public? We've got you! Create multiple wallets using the same seed phrase, and switch seamlessly whenever you need.
- Simplified Chain Management: Bring your favs to the top, and hide any chains that you don't need.

**IBC made easy to use!**

- Send & receive assets across all IBC-enabled chains.
- Chain IDs? You don't even need to think about that, we'll manage it for you.
- Address book: Keep your frens close, and save trusted addresses for frequent use.

**Safety, Transparency, Trust**

- 100% Non-Custodial: Your keys are always yours, and no one else can access them. Ever.
- Audited: Our codebase has been combed through by Halborn. No bugs were found.
- Open-source: Our most critical repos are open-source, and we're working towards full open-source.
- Ledger Support: Connect your Ledger hardware wallet for an added layer of security, without compromising on convenience.

If you've been reading so far, give yourself a pat on the back. Maybe go and drink some water. Hydration is important.

**Stake & grow your portfolio!**

- In-wallet staking support for all chains so you can put your assets to work with the most trustworthy validators
- Single-click reward claims
- Airdrops updated right inside your wallet

**Do more on the interchain, with just your wallet!**

- In-wallet features to let you navigate the best of Cosmos.
- Collect & show off your NFTs with the NFT gallery. View details like floor price & traits, tag your favorites and browse by collections.
- Contribute to the community. Vote on governance proposals, track voting status and view results.
- Move assets seamlessly, with in-wallet swaps on selected chains. Low fees, quick swaps, powered by the leading DEXs.
- Integrated with all major dApps and products so that you can explore the latest and greatest in DeFi, NFTs, trading, gaming, and more…

**Not like any other wallet extension!**

- In wallet faucets for new testnets? Yep, we do that!
- Support for custom chains and tokens, so you can tinker with the newest Cosmos development.
- Custom features to leverage the full scope of IBC? Y to the E to the S baby!

Want more? Just drop us a line on our socials, and we'll make sure your requests get maximum priority.

Twitter: https://twitter.com/leap_cosmos

Discord: https://discord.gg/5vXcXdQRaA

Telegram: https://t.me/leap_cosmos

Feature Requests - https://leap-wallet.canny.io/feature-requests                    

Informações Básicas da Extensão

Nome Leap Cosmos Wallet Leap Cosmos Wallet
ID fcfcfllfndlomdhbehjjcoimbgofdncg
URL Oficial https://chromewebstore.google.com/detail/leap-cosmos-wallet/fcfcfllfndlomdhbehjjcoimbgofdncg
Descrição A crypto wallet for Cosmos blockchains.
Tamanho do Arquivo 11.59 MB
Contagem de Instalações 411,959
Versão Atual 0.10.7
Última Atualização 2024-02-29
Data de Publicação 2022-08-10
Classificação 4.36/5 Total de 124 Avaliações
Desenvolvedor https://leapwallet.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.leapwallet.io/cosmos
URL da Página de Ajuda https://www.leapwallet.io/cosmos
URL da Página de Política de Privacidade https://leapwallet.notion.site/Leap-Privacy-Policy-2701c8f43bbb4f1ab582b7a9764beba0
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Leap Cosmos Wallet",
    "description": "A crypto wallet for Cosmos blockchains.",
    "version": "0.10.7",
    "options_page": "index.html",
    "web_accessible_resources": [
        {
            "resources": [
                "injectLeap.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": {
            "128": "\/icons\/icon-128.png"
        },
        "default_popup": "index.html"
    },
    "icons": {
        "16": "\/icons\/icon-16.png",
        "48": "\/icons\/icon-48.png",
        "128": "\/icons\/icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "contentScripts.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+L"
            }
        }
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "object-src 'none'; script-src 'self' 'wasm-unsafe-eval'; img-src * 'self' data: https:; font-src https:\/\/fonts.gstatic.com; style-src 'self' https:\/\/fonts.googleapis.com  data: 'unsafe-inline'; connect-src * data: blob: filesystem:; media-src * data: blob: filesystem:; form-action 'self'; frame-ancestors 'none';frame-src https:\/\/newassets.hcaptcha.com https:\/\/www.google.com\/; base-uri 'self'; default-src 'none'"
    }
}