Hive Keychain

Secure Hive Wallet Extension.

Hive Keychainคืออะไร?

Hive Keychain เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hive Keychain Ltd. และคุณลักษณะหลักของมันคือ "Secure Hive Wallet Extension."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hive Keychain

ดาวน์โหลดไฟล์ส่วนขยาย 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
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
}