Sugarchain Wallet Extension

Light Web Wallet for Sugarchain as a Chrome Extension.

Co je Sugarchain Wallet Extension?

Sugarchain Wallet Extension je rozšíření Chrome vyvinuté Nugetzrul3, a jeho hlavní funkcí je „Light Web Wallet for Sugarchain as a Chrome Extension.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Sugarchain Wallet Extension

Stáhněte si soubory rozšíření Sugarchain Wallet Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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).                    

Základní Informace o Rozšíření

Název Sugarchain Wallet Extension Sugarchain Wallet Extension
ID pgojdfajgcjjpjnbpfaelnpnjocakldb
Oficiální URL https://chromewebstore.google.com/detail/sugarchain-wallet-extensi/pgojdfajgcjjpjnbpfaelnpnjocakldb
Popis Light Web Wallet for Sugarchain as a Chrome Extension.
Velikost souboru 224 KB
Počet instalací 632
Aktuální Verze 1.1
Poslední Aktualizace 2020-12-01
Datum Vydání 2020-07-07
Hodnocení 5.00/5 Celkem 6 Hodnocení
Vývojář Nugetzrul3
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://sugarchain.org
Podporované Jazyky 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"
    }
}