Hive Keychain

Secure Hive Wallet Extension.

Hive Keychain क्या है?

Hive Keychain Hive Keychain Ltd. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Secure Hive Wallet Extension."।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Hive Keychain एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Hive Keychain is an extension for accessing Hive-enabled distributed applications, or "dApps" in your  Chromium or Firefox browser!

The extension injects the Hive Keychain API into every website's javascript context, so that dApps can read from the blockchain.

Hive Keychain also lets the user create and manage their own identities, so when a dApp wants to perform a transaction and write to the blockchain, the user gets a secure interface to review the transaction, before approving or rejecting it.

Because it adds functionality to the normal browser context, Hive Keychain requires the permission to read and write to any webpage. You can always "view the source" of Hive Keychain the way you do any Chrome extension, or view the source code on Github:

https://github.com/hive-keychain/hive-keychain-extension                    

एक्सटेंशन की मूल जानकारी

नाम Hive Keychain Hive Keychain
ID jcacnejopjdphbnjgfaaobbfafkihpep
आधिकारिक URL https://chromewebstore.google.com/detail/hive-keychain/jcacnejopjdphbnjgfaaobbfafkihpep
विवरण Secure Hive Wallet Extension.
फ़ाइल का आकार 20.41 MB
स्थापना संख्या 84,622
वर्तमान संस्करण 3.0.9
अंतिम अपडेट 2024-02-25
प्रकाशन तिथि 2020-07-02
रेटिंग 4.38/5 कुल 40 रेटिंग्स
डेवलपर Hive Keychain Ltd.
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://hive-keychain.com
सहायता पृष्ठ URL https://discord.com/invite/3EM6YfRrGv
गोपनीयता नीति पृष्ठ URL https://hive-keychain.com
समर्थित भाषाएँ en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_keychain__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "3.0.9",
    "permissions": [
        "storage",
        "idle",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "\/assets\/images\/iconhive.png"
    },
    "icons": {
        "128": "\/assets\/images\/iconhive.png"
    },
    "background": {
        "service_worker": "backgroundBundle.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/logo.png",
                "hive_keychain.js",
                "_locales\/*"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/0.0.0.0:1337\/*",
                "http:\/\/*\/*"
            ],
            "extension_ids": []
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/0.0.0.0:1337\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "keychainifyBundle.js",
                "web_interfaceBundle.js"
            ]
        }
    ],
    "manifest_version": 3
}