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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.leafwallet.io และคุณลักษณะหลักของมันคือ "Compatible with the scatter protocol and more convenient and easy to use than scatter."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LeafWallet - Easy to use EOS wallet

ดาวน์โหลดไฟล์ส่วนขยาย LeafWallet - Easy to use EOS wallet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}