DogeCash Wallet Extension
Light Web Wallet for DogeCash as a Chrome Extension.
Qu'est-ce que DogeCash Wallet Extension ?
DogeCash Wallet Extension est une extension Chrome développée par Nugetzrul3, et sa fonction principale est "Light Web Wallet for DogeCash as a Chrome Extension.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension DogeCash Wallet Extension
Téléchargez les fichiers d'extension DogeCash Wallet Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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).
Informations de Base sur l'Extension
Nom | DogeCash Wallet Extension |
ID | oiicfmadabhpkiacimdmannaaegiikic |
URL Officiel | https://chromewebstore.google.com/detail/dogecash-wallet-extension/oiicfmadabhpkiacimdmannaaegiikic |
Description | Light Web Wallet for DogeCash as a Chrome Extension. |
Taille du Fichier | 245 KB |
Nombre d'Installations | 47 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2021-07-28 |
Date de Publication | 2021-07-22 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Nugetzrul3 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://dogecash.org |
URL de la Page d'Aide | https://support.dogecash.org |
Langues Prises en Charge | 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" } } |