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