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 |
| Eメール | [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": [
" | |