DogeCash Wallet Extension
Light Web Wallet for DogeCash as a Chrome Extension.
What is DogeCash Wallet Extension?
DogeCash Wallet Extension is a Chrome extension developed by Nugetzrul3, and its main feature is "Light Web Wallet for DogeCash as a Chrome Extension.".
Extension Screenshots
Download DogeCash Wallet Extension Extension CRX File
Download DogeCash Wallet Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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).
Extension Basic Information
Name | DogeCash Wallet Extension |
ID | oiicfmadabhpkiacimdmannaaegiikic |
Official URL | https://chromewebstore.google.com/detail/dogecash-wallet-extension/oiicfmadabhpkiacimdmannaaegiikic |
Description | Light Web Wallet for DogeCash as a Chrome Extension. |
File Size | 245 KB |
Installation Count | 47 |
Current Version | 1.0.2 |
Last Updated | 2021-07-28 |
Publish Date | 2021-07-22 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Nugetzrul3 |
[email protected] | |
Payment Type | free |
Extension Website | https://dogecash.org |
Help Page URL | https://support.dogecash.org |
Supported Languages | 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" } } |