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 |
Eメール | [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" ] } |