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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}