LeafWallet - Easy to use EOS wallet
Compatible with the scatter protocol and more convenient and easy to use than scatter.
LeafWallet - Easy to use EOS wallet là gì?
LeafWallet - Easy to use EOS wallet là một tiện ích mở rộng Chrome được phát triển bởi https://www.leafwallet.io, và tính năng chính của nó là "Compatible with the scatter protocol and more convenient and easy to use than scatter.".
Ả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 LeafWallet - Easy to use EOS wallet
Tải xuống các tệp mở rộng LeafWallet - Easy to use EOS 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
Leaf Wallet is the first EOS wallet designed for daily consumers. It provides an easy-to-use and secure cryptographic currency wallet function that is more meet day-to-day operating habits for user experience. It is also compatible with the Scatter communication protocol, and uses various DApp safely and efficiently. Version1.3.2 updates: Fixed the problem of transaction on WAX.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | LeafWallet - Easy to use EOS wallet |
ID | cihmoadaighcejopammfbmddcmdekcje |
URL Chính Thức | https://chromewebstore.google.com/detail/leafwallet-easy-to-use-eo/cihmoadaighcejopammfbmddcmdekcje |
Mô tả | Compatible with the scatter protocol and more convenient and easy to use than scatter. |
Kích Thước Tệp | 1.88 MB |
Số Lần Cài Đặt | 1,813 |
Phiên Bản Hiện Tại | 1.3.2 |
Cập Nhật Lần Cuối | 2020-07-30 |
Ngày Phát Hành | 2020-06-19 |
Đánh Giá | 4.36/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | https://www.leafwallet.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.leafwallet.io/ |
URL Trang Trợ Giúp | https://www.leafwallet.io/ |
Ngôn Ngữ Được Hỗ Trợ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.3.2", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "short_name": "LeafWallet", "default_locale": "en", "author": "leafwallet.io", "manifest_version": 2, "icons": { "16": "icons\/16.png", "128": "icons\/128.png" }, "permissions": [ "storage", "unlimitedStorage", "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "browser_action": { "default_title": "LeafWallet", "default_popup": "pages\/popup.html" }, "background": { "page": "pages\/background.html" }, "content_scripts": [ { "js": [ "js\/inject.js" ], "run_at": "document_end", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "pages\/window.html", "js\/content.js" ] } |