Bluehelix Wallet
Bluehelix Wallet is the first and best reliable decentralized cross-chain wallet.
什么是Bluehelix Wallet?
Bluehelix Wallet是由https://www.bhexchain.com开发的Chrome扩展程序,该扩展的主要功能是“Bluehelix Wallet is the first and best reliable decentralized cross-chain wallet.”。
扩展截图
下载Bluehelix Wallet扩展crx文件
下载Bluehelix Wallet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Bluehelix Chain currently supports the decentralized access of most mainstream public chains, and it is an authentic DeFi infrastructure. Bluehelix Chain has two main functions:1) Supports OpenDex protocol and cross-chain AMM+Orderbook based SWAP;2)Cross-chain asset bridge, fully achieves secure cross-chain asset circulation and swap and supports any public chain in decentralized circulation and swap. Bluehelix Wallet is the first reliable decentralized cross-chain wallet, decentralized cross-chain asset safe custody, efficient and scalable consensus clearings, and a wide range of API support. It is the best wallet tool you can use to manage Bluehelix Chain assets.
扩展基本信息
名称 | Bluehelix Wallet |
ID | ehibhohmlpipbaogcknmpmiibbllplph |
官方URL | https://chromewebstore.google.com/detail/bluehelix-wallet/ehibhohmlpipbaogcknmpmiibbllplph |
简介 | Bluehelix Wallet is the first and best reliable decentralized cross-chain wallet. |
文件大小 | 7.81 MB |
安装次数 | 137 |
当前版本 | 1.3.1 |
更新时间 | 2021-09-14 |
上架时间 | 2020-11-11 |
评分 | 5.00/5 共3次评分 |
开发者 | https://www.bhexchain.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://explorer.bhexchain.com/index |
支持的语言 | en,zh-CN,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "16": "icon_32.png", "32": "icon_96.png" }, "default_title": "Bluehelix Wallet", "default_popup": "index.html#\/index" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content-script.js" ], "run_at": "document_start", "all_frames": true } ], "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "48": "icon_48.png", "96": "icon_96.png" }, "manifest_version": 2, "author": "https:\/\/bhexchain.io\/", "permissions": [ "storage" ], "version": "1.3.1" } |