Sugarchain Wallet Extension
Light Web Wallet for Sugarchain as a Chrome Extension.
Sugarchain Wallet Extensionとは何ですか?
Sugarchain Wallet ExtensionはNugetzrul3によって開発されたChromeの拡張機能で、その主な機能は「Light Web Wallet for Sugarchain as a Chrome Extension.」です。
拡張機能のスクリーンショット
Sugarchain Wallet Extension拡張機能のCRXファイルをダウンロード
Sugarchain Wallet Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Sugarchain: One-CPU-One-Vote, the worlds fastest Proof of Work blockchain This light chrome extension allows you to create new or import existing sugarchain wallets and allows you to send and receive sugarchain from your browser! This extension is fully open source and can be forked for other bitcoin based cryptocurrencies. Source code can be found here: https://github.com/Nugetzrul3/Sugarchain-Chrome-Wallet Special thanks to Volbil (https://github.com/volbil) for the development of the API server (https://github.com/sugarchain-project/api-server).
拡張機能の基本情報
名前 | Sugarchain Wallet Extension |
ID | pgojdfajgcjjpjnbpfaelnpnjocakldb |
公式URL | https://chromewebstore.google.com/detail/sugarchain-wallet-extensi/pgojdfajgcjjpjnbpfaelnpnjocakldb |
説明 | Light Web Wallet for Sugarchain as a Chrome Extension. |
ファイルサイズ | 224 KB |
インストール数 | 632 |
現在のバージョン | 1.1 |
最終更新日 | 2020-12-01 |
公開日 | 2020-07-07 |
評価 | 5.00/5 合計 6 レビュー |
開発者 | Nugetzrul3 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://sugarchain.org |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sugarchain Wallet Extension", "version": "1.1", "manifest_version": 2, "description": "Light Web Wallet for Sugarchain as a Chrome Extension.", "browser_action": { "default_popup": "overlay.html", "default_title": "Sugarchain Wallet", "default_icon": "img\/logo.png" }, "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" } } |