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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

LeafWallet - Easy to use EOS wallet 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    ]
}