DogeCash Wallet Extension

Light Web Wallet for DogeCash as a Chrome Extension.

Vad är DogeCash Wallet Extension?

DogeCash Wallet Extension är en Chrome-tillägg utvecklad av Nugetzrul3, och dess huvudfunktion är "Light Web Wallet for DogeCash as a Chrome Extension.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner DogeCash Wallet Extension-förlängningens CRX-fil

Ladda ner DogeCash Wallet Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn DogeCash Wallet Extension DogeCash Wallet Extension
ID oiicfmadabhpkiacimdmannaaegiikic
Officiell webbadress https://chromewebstore.google.com/detail/dogecash-wallet-extension/oiicfmadabhpkiacimdmannaaegiikic
Beskrivning Light Web Wallet for DogeCash as a Chrome Extension.
Filstorlek 245 KB
Antal Installationer 47
Aktuell Version 1.0.2
Senast Uppdaterad 2021-07-28
Publiceringsdatum 2021-07-22
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Nugetzrul3
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://dogecash.org
Hjälpsida URL https://support.dogecash.org
Stödda Språk 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"
    }
}