LeafWallet - Easy to use EOS wallet
Compatible with the scatter protocol and more convenient and easy to use than scatter.
Co to jest LeafWallet - Easy to use EOS wallet?
LeafWallet - Easy to use EOS wallet to rozszerzenie Chrome opracowane przez https://www.leafwallet.io, a jego główną funkcją jest „Compatible with the scatter protocol and more convenient and easy to use than scatter.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia LeafWallet - Easy to use EOS wallet
Pobierz pliki rozszerzeń LeafWallet - Easy to use EOS wallet w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | cihmoadaighcejopammfbmddcmdekcje |
| Oficjalny URL | https://chromewebstore.google.com/detail/leafwallet-easy-to-use-eo/cihmoadaighcejopammfbmddcmdekcje |
| Opis | Compatible with the scatter protocol and more convenient and easy to use than scatter. |
| Rozmiar pliku | 1.88 MB |
| Liczba instalacji | 1,813 |
| Aktualna Wersja | 1.3.2 |
| Ostatnia Aktualizacja | 2020-07-30 |
| Data Publikacji | 2020-06-19 |
| Ocena | 4.36/5 Łącznie 11 Oceny |
| Deweloper | https://www.leafwallet.io |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://www.leafwallet.io/ |
| Adres URL Strony Pomocy | https://www.leafwallet.io/ |
| Obsługiwane Języki | 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"
]
} | |