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ファイルをダウンロード

Keplr拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}