Energy8 Wallet

Energy8 Wallet - Secure crypto multichain wallet in your Browser.

什麼是Energy8 Wallet?

Energy8 Wallet是由https://energy8.io開發的Chrome擴展程式,該擴展的主要功能是“Energy8 Wallet - Secure crypto multichain wallet in your Browser.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Energy8 Wallet擴展crx文件

下載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
官方網址 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"
}