Gold reserve wallet
Multi-cryptocurrency decentralized wallet
什么是Gold reserve wallet?
Gold reserve wallet是由USD Reserve开发的Chrome扩展程序,该扩展的主要功能是“Multi-cryptocurrency decentralized wallet”。
扩展截图
下载Gold reserve wallet扩展crx文件
下载Gold reserve wallet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
USD Reserve own decentralized wallet special for USDR. All USDR networks in your own wallet!
扩展基本信息
名称 | Gold reserve wallet |
ID | jmclmpncoehnbcpfjkdddopnpdockkih |
官方URL | https://chromewebstore.google.com/detail/gold-reserve-wallet/jmclmpncoehnbcpfjkdddopnpdockkih |
简介 | Multi-cryptocurrency decentralized wallet |
文件大小 | 5.35 MB |
安装次数 | 74 |
当前版本 | 0.1.2 |
更新时间 | 2021-11-22 |
上架时间 | 2021-04-27 |
评分 | 1.00/5 共1次评分 |
开发者 | USD Reserve |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://usdreserve.org/ |
帮助页面URL | https://usdreserve.org/contacts |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gold reserve wallet", "short_name": "Gold reserve wallet", "description": "Multi-cryptocurrency decentralized wallet", "version": "0.1.2", "author": "https:\/\/extension.gold-reserve-wallet.net", "browser_action": { "default_icon": "img\/logo128.png", "default_popup": "index.html", "default_title": "Gold reserve wallet" }, "icons": { "48": "img\/logo48.png", "128": "img\/logo128.png" }, "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'sha256-DqmpmfFkBMRrqGF13km7p9v4V\/Eq7vmRtLSjwcdcQSw='; object-src 'self'", "permissions": [ "storage" ] } |