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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Compatible with the scatter protocol and more convenient and easy to use than scatter."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में LeafWallet - Easy to use EOS wallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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" ] } |