DogeCash Wallet Extension
Light Web Wallet for DogeCash as a Chrome Extension.
Was ist DogeCash Wallet Extension?
DogeCash Wallet Extension ist eine Chrome-Erweiterung, die von Nugetzrul3 entwickelt wurde, und ihr Hauptmerkmal ist "Light Web Wallet for DogeCash as a Chrome Extension.".
Erweiterungsscreenshots
DogeCash Wallet Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie DogeCash Wallet Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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).
Grundlegende Informationen zur Erweiterung
Name | DogeCash Wallet Extension |
ID | oiicfmadabhpkiacimdmannaaegiikic |
Offizielle URL | https://chromewebstore.google.com/detail/dogecash-wallet-extension/oiicfmadabhpkiacimdmannaaegiikic |
Beschreibung | Light Web Wallet for DogeCash as a Chrome Extension. |
Dateigröße | 245 KB |
Installationsanzahl | 47 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2021-07-28 |
Veröffentlichungsdatum | 2021-07-22 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Nugetzrul3 |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://dogecash.org |
Hilfeseite URL | https://support.dogecash.org |
Unterstützte Sprachen | 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" } } |