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 |
公式URL | 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 |
Eメール | [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" ] } |