Energy8 Wallet

Energy8 Wallet - Secure crypto multichain wallet in your Browser.

Energy8 Walletคืออะไร?

Energy8 Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://energy8.io และคุณลักษณะหลักของมันคือ "Energy8 Wallet - Secure crypto multichain wallet in your Browser."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Energy8 Wallet

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

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

                        The friendly crypto multichain wallet for web3 on EVM, Aelf, Sui, Massa and others in the future. Energy8 wallet offers safe and friendly web3 exploration.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Energy8 Wallet Energy8 Wallet
ID mdnaglckomeedfbogeajfajofmfgpoae
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/energy8-wallet/mdnaglckomeedfbogeajfajofmfgpoae
คำอธิบาย Energy8 Wallet - Secure crypto multichain wallet in your Browser.
ขนาดไฟล์ 11.97 MB
จำนวนการติดตั้ง 1,461
เวอร์ชันปัจจุบัน 2.0.15
อัปเดตครั้งล่าสุด 2024-01-30
วันที่เผยแพร่ 2022-11-07
คะแนน 4.36/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา https://energy8.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://energy8.io/
URL หน้าช่วยเหลือ https://docs.energy8.io/v/terms-of-service/terms-of-service/introduction
URL หน้านโยบายความเป็นส่วนตัว https://docs.energy8.io/general-privacy-policy/privacy-policy-introduction
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Energy8 Wallet",
    "description": "Energy8 Wallet - Secure crypto multichain wallet in your Browser.",
    "author": "https:\/\/energy8.io",
    "short_name": "E8W",
    "version": "2.0.15",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_title": "E8 Wallet"
    },
    "icons": {
        "128": "logo128-rounded.png",
        "192": "logo192-rounded.png"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "static\/js\/background.js",
        "matches": [
            "http:\/\/*\/*",
            "https:\/\/*\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "static\/js\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "static\/js\/inpage.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "declarativeNetRequest",
        "notifications",
        "storage"
    ],
    "host_permissions": [
        "file:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-ancestors 'none';"
    },
    "minimum_chrome_version": "88"
}