Hive Keychain

Secure Hive Wallet Extension.

什麼是Hive Keychain?

Hive Keychain是由Hive Keychain Ltd.開發的Chrome擴展程式,該擴展的主要功能是“Secure Hive Wallet Extension.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載Hive Keychain擴展crx文件

下載Hive Keychain擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}