Sugarchain Wallet Extension
Light Web Wallet for Sugarchain as a Chrome Extension.
O que é Sugarchain Wallet Extension?
Sugarchain Wallet Extension é uma extensão do Chrome desenvolvida por Nugetzrul3, e sua principal característica é "Light Web Wallet for Sugarchain as a Chrome Extension.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Sugarchain Wallet Extension
Baixe arquivos de extensão Sugarchain Wallet Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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).
Informações Básicas da Extensão
Nome | Sugarchain Wallet Extension |
ID | pgojdfajgcjjpjnbpfaelnpnjocakldb |
URL Oficial | https://chromewebstore.google.com/detail/sugarchain-wallet-extensi/pgojdfajgcjjpjnbpfaelnpnjocakldb |
Descrição | Light Web Wallet for Sugarchain as a Chrome Extension. |
Tamanho do Arquivo | 224 KB |
Contagem de Instalações | 632 |
Versão Atual | 1.1 |
Última Atualização | 2020-12-01 |
Data de Publicação | 2020-07-07 |
Classificação | 5.00/5 Total de 6 Avaliações |
Desenvolvedor | Nugetzrul3 |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://sugarchain.org |
Idiomas Suportados | 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" } } |