Leap Cosmos Wallet

A crypto wallet for Cosmos blockchains.

Co to jest Leap Cosmos Wallet?

Leap Cosmos Wallet to rozszerzenie Chrome opracowane przez https://leapwallet.io, a jego główną funkcją jest „A crypto wallet for Cosmos blockchains.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Leap Cosmos Wallet

Pobierz pliki rozszerzeń Leap Cosmos Wallet w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Leap Cosmos Wallet Leap Cosmos Wallet
ID fcfcfllfndlomdhbehjjcoimbgofdncg
Oficjalny URL https://chromewebstore.google.com/detail/leap-cosmos-wallet/fcfcfllfndlomdhbehjjcoimbgofdncg
Opis A crypto wallet for Cosmos blockchains.
Rozmiar pliku 11.59 MB
Liczba instalacji 411,959
Aktualna Wersja 0.10.7
Ostatnia Aktualizacja 2024-02-29
Data Publikacji 2022-08-10
Ocena 4.36/5 Łącznie 124 Oceny
Deweloper https://leapwallet.io
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.leapwallet.io/cosmos
Adres URL Strony Pomocy https://www.leapwallet.io/cosmos
Adres URL Strony Polityki Prywatności https://leapwallet.notion.site/Leap-Privacy-Policy-2701c8f43bbb4f1ab582b7a9764beba0
Obsługiwane Języki 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'"
    }
}