LeafWallet - Easy to use EOS wallet
Compatible with the scatter protocol and more convenient and easy to use than scatter.
Vad är LeafWallet - Easy to use EOS wallet?
LeafWallet - Easy to use EOS wallet är en Chrome-tillägg utvecklad av https://www.leafwallet.io, och dess huvudfunktion är "Compatible with the scatter protocol and more convenient and easy to use than scatter.".
Tilläggsskärmbilder
Ladda ner LeafWallet - Easy to use EOS wallet-förlängningens CRX-fil
Ladda ner LeafWallet - Easy to use EOS wallet-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | cihmoadaighcejopammfbmddcmdekcje |
| Officiell webbadress | https://chromewebstore.google.com/detail/leafwallet-easy-to-use-eo/cihmoadaighcejopammfbmddcmdekcje |
| Beskrivning | Compatible with the scatter protocol and more convenient and easy to use than scatter. |
| Filstorlek | 1.88 MB |
| Antal Installationer | 1,813 |
| Aktuell Version | 1.3.2 |
| Senast Uppdaterad | 2020-07-30 |
| Publiceringsdatum | 2020-06-19 |
| Betyg | 4.36/5 Totalt 11 Betyg |
| Utvecklare | https://www.leafwallet.io |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.leafwallet.io/ |
| Hjälpsida URL | https://www.leafwallet.io/ |
| Stödda Språk | 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"
]
} | |