Bitgesell Wallet
Cross-platform wallet for BGL cryptocurrency.
什么是Bitgesell Wallet?
Bitgesell Wallet是由https://bglwallet.io开发的Chrome扩展程序,该扩展的主要功能是“Cross-platform wallet for BGL cryptocurrency.”。
扩展截图
下载Bitgesell Wallet扩展crx文件
下载Bitgesell Wallet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Bitgesell Wallet - сross-platform wallet for Bitgesell cryptocurrency (BGL).
Learn more about Bitgesell here: https://bitgesell.ca
This is a modern serverless wallet. All work between the app and the blockchain (Node) conducts directly!
Main features:
- new wallet creation with mnemonic seed
- restore wallet
- generate receiving address
- import address
- sent transaction
- transactions history 扩展基本信息
| 名称 | |
| ID | pncbphpmaelhiladbdaapmpcchknnpdb |
| 官方URL | https://chromewebstore.google.com/detail/bitgesell-wallet/pncbphpmaelhiladbdaapmpcchknnpdb |
| 简介 | Cross-platform wallet for BGL cryptocurrency. |
| 文件大小 | 1.41 MB |
| 安装次数 | 84 |
| 当前版本 | 0.9.7.1 |
| 更新时间 | 2023-08-28 |
| 上架时间 | 2020-12-10 |
| 评分 | 5.00/5 共5次评分 |
| 开发者 | https://bglwallet.io |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://bglwallet.io |
| 帮助页面URL | https://github.com/epexa/bitgesell-wallet/issues |
| 隐私政策页面URL | https://app.tripseasonmap.com/privacy.html |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Bitgesell Wallet",
"short_name": "BGL Wallet",
"version": "0.9.7.1",
"description": "Cross-platform wallet for BGL cryptocurrency.",
"icons": {
"192": "icon-192.png"
},
"homepage_url": "https:\/\/bglwallet.io",
"background": {
"scripts": [
"background.js"
]
},
"author": "Epexa [email protected]",
"browser_action": {
"default_icon": "icon-192.png"
},
"content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ajax.googleapis.com; object-src 'self'",
"permissions": [
"https:\/\/*\/",
"http:\/\/*\/"
]
} | |