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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة DogeCash Wallet Extension
قم بتنزيل ملفات الامتداد DogeCash Wallet Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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 |
عنوان صفحة المساعدة | 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" } } |