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.”。
扩展截图
下载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. 扩展基本信息
| 名称 | |
| 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": [
" | |