DogeCash Wallet Extension

Light Web Wallet for DogeCash as a Chrome Extension.

DogeCash Wallet Extension क्या है?

DogeCash Wallet Extension Nugetzrul3 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Light Web Wallet for DogeCash as a Chrome Extension."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DogeCash Wallet Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}