LeafWallet - Easy to use EOS wallet
Compatible with the scatter protocol and more convenient and easy to use than scatter.
Co je LeafWallet - Easy to use EOS wallet?
LeafWallet - Easy to use EOS wallet je rozšíření Chrome vyvinuté https://www.leafwallet.io, a jeho hlavní funkcí je „Compatible with the scatter protocol and more convenient and easy to use than scatter.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření LeafWallet - Easy to use EOS wallet
Stáhněte si soubory rozšíření LeafWallet - Easy to use EOS wallet ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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. Základní Informace o Rozšíření
| Název | |
| ID | cihmoadaighcejopammfbmddcmdekcje |
| Oficiální URL | https://chromewebstore.google.com/detail/leafwallet-easy-to-use-eo/cihmoadaighcejopammfbmddcmdekcje |
| Popis | Compatible with the scatter protocol and more convenient and easy to use than scatter. |
| Velikost souboru | 1.88 MB |
| Počet instalací | 1,813 |
| Aktuální Verze | 1.3.2 |
| Poslední Aktualizace | 2020-07-30 |
| Datum Vydání | 2020-06-19 |
| Hodnocení | 4.36/5 Celkem 11 Hodnocení |
| Vývojář | https://www.leafwallet.io |
| [email protected] | |
| Typ Platby | free |
| Webové stránky Rozšíření | https://www.leafwallet.io/ |
| URL Stránky Nápovědy | https://www.leafwallet.io/ |
| Podporované Jazyky | 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"
]
} | |