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