DogeCash Wallet Extension

Light Web Wallet for DogeCash as a Chrome Extension.

Co je DogeCash Wallet Extension?

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

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

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

Stáhněte si soubory rozšíření DogeCash 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í

                        DogeCash is an adventurous digital currency that tries to enrich life by accomplishing our "Do Good" tagline.

Our main fields of action are e-commerce, charity, and content creation.

Alongside our "Do Good" taglines, we focus on environmental friendliness, with our Proof Of Stake Blockchain, which is several times less resource-intensive than PoW currencies as Bitcoin or Dogecoin.

This light chrome extension allows you to create new or import existing DogeCash wallets and allows you to send and receive DogeCash 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/dogecash/dogecash-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 DogeCash Wallet Extension DogeCash Wallet Extension
ID oiicfmadabhpkiacimdmannaaegiikic
Oficiální URL https://chromewebstore.google.com/detail/dogecash-wallet-extension/oiicfmadabhpkiacimdmannaaegiikic
Popis Light Web Wallet for DogeCash as a Chrome Extension.
Velikost souboru 245 KB
Počet instalací 47
Aktuální Verze 1.0.2
Poslední Aktualizace 2021-07-28
Datum Vydání 2021-07-22
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Nugetzrul3
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://dogecash.org
URL Stránky Nápovědy https://support.dogecash.org
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DogeCash Wallet Extension",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Light Web Wallet for DogeCash as a Chrome Extension.",
    "browser_action": {
        "default_popup": "overlay.html",
        "default_title": "DogeCash Wallet",
        "default_icon": "img\/logo.png"
    },
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    }
}