Hive Keychain
Secure Hive Wallet Extension.
Hive Keychainとは何ですか?
Hive KeychainはHive Keychain Ltd.によって開発されたChromeの拡張機能で、その主な機能は「Secure Hive Wallet Extension.」です。
拡張機能のスクリーンショット
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 |
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. |
Eメール | [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 } |