Keplr

Keplr is a browser extension wallet for the Inter blockchain ecosystem.

Keplr란 무엇입니까?

Keplr은(는) https://keplr.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keplr is a browser extension wallet for the Inter blockchain ecosystem."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Keplr 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Introducing the first, and leading, IBC-enabled wallet for the Cosmos ecosystem: 

Keplr, Your Wallet for the Interchain

Keplr is an open-source browser extension wallet for the Cosmos interchain ecosystem. We provide the most flexible and versatile account management and wallet functionalities for all Cosmos-SDK based blockchains.

KEY FEATURES // 
- Multichain account management
- Stake to any validator and claim rewards
- Vote on governance proposals
- Add new blockchains from web front-ends
- Hardware wallet support (Ledger Nano X/S)
- Sync with mobile account(s)
..and more.

For your safety, all Keplr transactions are signed offline on your device. Your private keys are encrypted and securely stored on your computer.

SUPPORT //
Get your questions answered at https://help.keplr.app. Let the team know of any bugs, or browse the knowledge base articles to learn more about your wallet.

For any other inquiries, this extension wallet is open-sourced; the source code can be reviewed at Chainapsis GitHub.

CONNECT //
To learn more about Keplr, visit the official site at: https://keplr.app 
To keep up with the latest Keplr news, follow us on Twitter at https://twitter.com/keplrwallet

For more information on our privacy policy, please refer to https://wallet.keplr.app/privacy-policy.html.                    

확장 프로그램 기본 정보

이름 Keplr Keplr
ID dmkamcknogkgcdfhhbddcghachkejeap
공식 URL https://chromewebstore.google.com/detail/keplr/dmkamcknogkgcdfhhbddcghachkejeap
설명 Keplr is a browser extension wallet for the Inter blockchain ecosystem.
파일 크기 7.86 MB
설치 횟수 1,475,840
현재 버전 0.12.70
최근 업데이트 2024-02-23
출시 날짜 2020-06-17
평점 3.76/5 총 208 개의 평점
개발자 https://keplr.app
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://keplr.app
도움말 페이지 URL https://help.keplr.app
개인정보 보호 정책 페이지 URL https://wallet.keplr.app/privacy-policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Keplr",
    "description": "Keplr is a browser extension wallet for the Inter blockchain ecosystem.",
    "version": "0.12.70",
    "icons": {
        "16": "assets\/icon-16.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Keplr"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "permissions": [
        "storage",
        "notifications",
        "identity",
        "idle",
        "alarms",
        "unlimitedStorage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "browser-polyfill.js",
                "contentScripts.bundle.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "injectedScript.bundle.js"
    ]
}