DogeCash Wallet Extension

Light Web Wallet for DogeCash as a Chrome Extension.

Τι είναι το DogeCash Wallet Extension;

Το DogeCash Wallet Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Nugetzrul3, και η κύρια λειτουργία του είναι "Light Web Wallet for DogeCash as a Chrome Extension.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης DogeCash Wallet Extension

Λήψη αρχείων επέκτασης DogeCash Wallet Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα DogeCash Wallet Extension DogeCash Wallet Extension
ID oiicfmadabhpkiacimdmannaaegiikic
Επίσημο URL https://chromewebstore.google.com/detail/dogecash-wallet-extension/oiicfmadabhpkiacimdmannaaegiikic
Περιγραφή Light Web Wallet for DogeCash as a Chrome Extension.
Μέγεθος Αρχείου 245 KB
Αριθμός Εγκαταστάσεων 47
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2021-07-28
Ημερομηνία Δημοσίευσης 2021-07-22
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Nugetzrul3
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://dogecash.org
Διεύθυνση URL της Σελίδας Βοήθειας https://support.dogecash.org
Υποστηριζόμενες Γλώσσες 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"
    }
}