Sugarchain Wallet Extension
Light Web Wallet for Sugarchain as a Chrome Extension.
Cos'è Sugarchain Wallet Extension?
Sugarchain Wallet Extension è un'estensione di Chrome sviluppata da Nugetzrul3, e la sua funzione principale è "Light Web Wallet for Sugarchain as a Chrome Extension.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sugarchain Wallet Extension
Scarica i file di estensione Sugarchain Wallet Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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).
Informazioni di Base sull'Estensione
Nome | Sugarchain Wallet Extension |
ID | pgojdfajgcjjpjnbpfaelnpnjocakldb |
URL Ufficiale | https://chromewebstore.google.com/detail/sugarchain-wallet-extensi/pgojdfajgcjjpjnbpfaelnpnjocakldb |
Descrizione | Light Web Wallet for Sugarchain as a Chrome Extension. |
Dimensione del File | 224 KB |
Conteggio Installazioni | 632 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2020-12-01 |
Data di Pubblicazione | 2020-07-07 |
Valutazione | 5.00/5 Totale 6 Valutazioni |
Sviluppatore | Nugetzrul3 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://sugarchain.org |
Lingue Supportate | 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" } } |