DogeCash Wallet Extension
Light Web Wallet for DogeCash as a Chrome Extension.
Co to jest DogeCash Wallet Extension?
DogeCash Wallet Extension to rozszerzenie Chrome opracowane przez Nugetzrul3, a jego główną funkcją jest „Light Web Wallet for DogeCash as a Chrome Extension.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia DogeCash Wallet Extension
Pobierz pliki rozszerzeń DogeCash Wallet Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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).
Podstawowe informacje o rozszerzeniu
Nazwa | DogeCash Wallet Extension |
ID | oiicfmadabhpkiacimdmannaaegiikic |
Oficjalny URL | https://chromewebstore.google.com/detail/dogecash-wallet-extension/oiicfmadabhpkiacimdmannaaegiikic |
Opis | Light Web Wallet for DogeCash as a Chrome Extension. |
Rozmiar pliku | 245 KB |
Liczba instalacji | 47 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2021-07-28 |
Data Publikacji | 2021-07-22 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Nugetzrul3 |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://dogecash.org |
Adres URL Strony Pomocy | https://support.dogecash.org |
Obsługiwane Języki | 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" } } |