DogeCash Wallet Extension

Light Web Wallet for DogeCash as a Chrome Extension.

Cos'è DogeCash Wallet Extension?

DogeCash Wallet Extension è un'estensione di Chrome sviluppata da Nugetzrul3, e la sua funzione principale è "Light Web Wallet for DogeCash as a Chrome Extension.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione DogeCash Wallet Extension

Scarica i file di estensione DogeCash 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

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

Informazioni di Base sull'Estensione

Nome DogeCash Wallet Extension DogeCash Wallet Extension
ID oiicfmadabhpkiacimdmannaaegiikic
URL Ufficiale https://chromewebstore.google.com/detail/dogecash-wallet-extension/oiicfmadabhpkiacimdmannaaegiikic
Descrizione Light Web Wallet for DogeCash as a Chrome Extension.
Dimensione del File 245 KB
Conteggio Installazioni 47
Versione Corrente 1.0.2
Ultimo Aggiornamento 2021-07-28
Data di Pubblicazione 2021-07-22
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Nugetzrul3
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://dogecash.org
URL della Pagina di Aiuto https://support.dogecash.org
Lingue Supportate 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"
    }
}