Sugarchain Wallet Extension
Light Web Wallet for Sugarchain as a Chrome Extension.
What is Sugarchain Wallet Extension?
Sugarchain Wallet Extension is a Chrome extension developed by Nugetzrul3, and its main feature is "Light Web Wallet for Sugarchain as a Chrome Extension.".
Extension Screenshots
Download Sugarchain Wallet Extension Extension CRX File
Download Sugarchain Wallet Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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).
Extension Basic Information
Name | Sugarchain Wallet Extension |
ID | pgojdfajgcjjpjnbpfaelnpnjocakldb |
Official URL | https://chromewebstore.google.com/detail/sugarchain-wallet-extensi/pgojdfajgcjjpjnbpfaelnpnjocakldb |
Description | Light Web Wallet for Sugarchain as a Chrome Extension. |
File Size | 224 KB |
Installation Count | 632 |
Current Version | 1.1 |
Last Updated | 2020-12-01 |
Publish Date | 2020-07-07 |
Rating | 5.00/5 Total 6 Ratings |
Developer | Nugetzrul3 |
[email protected] | |
Payment Type | free |
Extension Website | https://sugarchain.org |
Supported Languages | 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" } } |