Leap Cosmos Wallet

A crypto wallet for Cosmos blockchains.

Leap Cosmos Wallet란 무엇입니까?

Leap Cosmos Wallet은(는) https://leapwallet.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A crypto wallet for Cosmos blockchains."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Leap Cosmos Wallet 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Leap Cosmos Wallet Leap Cosmos Wallet
ID fcfcfllfndlomdhbehjjcoimbgofdncg
공식 URL https://chromewebstore.google.com/detail/leap-cosmos-wallet/fcfcfllfndlomdhbehjjcoimbgofdncg
설명 A crypto wallet for Cosmos blockchains.
파일 크기 11.59 MB
설치 횟수 411,959
현재 버전 0.10.7
최근 업데이트 2024-02-29
출시 날짜 2022-08-10
평점 4.36/5 총 124 개의 평점
개발자 https://leapwallet.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.leapwallet.io/cosmos
도움말 페이지 URL https://www.leapwallet.io/cosmos
개인정보 보호 정책 페이지 URL https://leapwallet.notion.site/Leap-Privacy-Policy-2701c8f43bbb4f1ab582b7a9764beba0
지원되는 언어 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'"
    }
}