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?
LeafWallet - Easy to use EOS wallet是由https://www.leafwallet.io開發的Chrome擴展程式,該擴展的主要功能是“Compatible with the scatter protocol and more convenient and easy to use than scatter.”。
擴展截圖
下載LeafWallet - Easy to use EOS wallet擴展crx文件
下載LeafWallet - Easy to use EOS wallet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | LeafWallet - Easy to use EOS wallet |
ID | cihmoadaighcejopammfbmddcmdekcje |
官方網址 | https://chromewebstore.google.com/detail/leafwallet-easy-to-use-eo/cihmoadaighcejopammfbmddcmdekcje |
簡介 | Compatible with the scatter protocol and more convenient and easy to use than scatter. |
檔案大小 | 1.88 MB |
安裝次數 | 1,813 |
目前版本 | 1.3.2 |
更新時間 | 2020-07-30 |
上架時間 | 2020-06-19 |
評分 | 4.36/5 共 11 次評分 |
開發者 | https://www.leafwallet.io |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.leafwallet.io/ |
說明頁面URL | https://www.leafwallet.io/ |
支援的語言 | 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" ] } |