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