Hive Keychain
Secure Hive Wallet Extension.
Hive Keychain là gì?
Hive Keychain là một tiện ích mở rộng Chrome được phát triển bởi Hive Keychain Ltd., và tính năng chính của nó là "Secure Hive Wallet Extension.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Hive Keychain
Tải xuống các tệp mở rộng Hive Keychain dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Hive Keychain |
ID | jcacnejopjdphbnjgfaaobbfafkihpep |
URL Chính Thức | https://chromewebstore.google.com/detail/hive-keychain/jcacnejopjdphbnjgfaaobbfafkihpep |
Mô tả | Secure Hive Wallet Extension. |
Kích Thước Tệp | 20.41 MB |
Số Lần Cài Đặt | 84,622 |
Phiên Bản Hiện Tại | 3.0.9 |
Cập Nhật Lần Cuối | 2024-02-25 |
Ngày Phát Hành | 2020-07-02 |
Đánh Giá | 4.38/5 Tổng số 40 Đánh Giá |
Nhà Phát Triển | Hive Keychain Ltd. |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://hive-keychain.com |
URL Trang Trợ Giúp | https://discord.com/invite/3EM6YfRrGv |
URL Trang Chính Sách Bảo Mật | https://hive-keychain.com |
Ngôn Ngữ Được Hỗ Trợ | 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 } |