Keplr

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

Keplr क्या है?

Keplr https://keplr.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keplr is a browser extension wallet for the Inter blockchain ecosystem."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Keplr एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}