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 |
| 官方網址 | 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:\/\/*\/"
]
} | |