Theta Wallet
Theta Wallet & gateway to blockchain apps on the Theta Network.
Theta Wallet là gì?
Theta Wallet là một tiện ích mở rộng Chrome được phát triển bởi https://wallet.thetatoken.org, và tính năng chính của nó là "Theta Wallet & gateway to blockchain apps on the Theta Network.".
Ả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 Theta Wallet
Tải xuống các tệp mở rộng Theta Wallet 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
The Official Theta Wallet right in your Browser! This Theta Wallet is an extension for accessing distributed applications (Dapps) on the Theta Network right from your browser! This wallet also lets you create and manage your own accounts (via private keys, etc), so when a Dapp wants to perform a transaction and write to the Theta Blockchain, the user gets a secure interface to review the transaction, before approving or rejecting it.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ckelpdlfgochnkdgikcgbimdcfgpkhgk |
URL Chính Thức | https://chrome.google.com/webstore/detail/theta-wallet/ckelpdlfgochnkdgikcgbimdcfgpkhgk |
Mô tả | Theta Wallet & gateway to blockchain apps on the Theta Network. |
Kích Thước Tệp | 1.43 MB |
Số Lần Cài Đặt | 14,612 |
Phiên Bản Hiện Tại | 3.2.0 |
Cập Nhật Lần Cuối | 2022-03-19 |
Ngày Phát Hành | 2020-12-16 |
Đánh Giá | 3.72/5 Tổng số 18 Đánh Giá |
Nhà Phát Triển | https://wallet.thetatoken.org |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.thetatoken.org |
URL Trang Trợ Giúp | https://docs.thetatoken.org |
URL Trang Chính Sách Bảo Mật | https://www.thetatoken.org/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.2.0", "manifest_version": 2, "name": "Theta Wallet", "description": "Theta Wallet & gateway to blockchain apps on the Theta Network.", "content_scripts": [ { "matches": [ "https:\/\/wallet.thetatoken.org\/theta-wallet-connect.html" ], "js": [ "content.js" ], "run_at": "document_start", "all_frames": true } ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": { "16": "img\/extension-icon\/icon-16.png", "32": "img\/extension-icon\/icon-32.png", "64": "img\/extension-icon\/icon-64.png", "128": "img\/extension-icon\/icon-128.png" }, "default_popup": "popup.html" }, "permissions": [ "storage", "unlimitedStorage", "clipboardWrite", "activeTab", "notifications" ], "icons": { "16": "img\/extension-icon\/icon-16.png", "32": "img\/extension-icon\/icon-32.png", "64": "img\/extension-icon\/icon-64.png", "128": "img\/extension-icon\/icon-128.png" }, "web_accessible_resources": [ "inpage.js" ] } |