DogeCash Wallet Extension
Light Web Wallet for DogeCash as a Chrome Extension.
DogeCash Wallet Extension là gì?
DogeCash Wallet Extension là một tiện ích mở rộng Chrome được phát triển bởi Nugetzrul3, và tính năng chính của nó là "Light Web Wallet for DogeCash as a Chrome Extension.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng DogeCash Wallet Extension
Tải xuống các tệp mở rộng DogeCash Wallet Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | DogeCash Wallet Extension |
ID | oiicfmadabhpkiacimdmannaaegiikic |
URL Chính Thức | https://chromewebstore.google.com/detail/dogecash-wallet-extension/oiicfmadabhpkiacimdmannaaegiikic |
Mô tả | Light Web Wallet for DogeCash as a Chrome Extension. |
Kích Thước Tệp | 245 KB |
Số Lần Cài Đặt | 47 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2021-07-28 |
Ngày Phát Hành | 2021-07-22 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Nugetzrul3 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://dogecash.org |
URL Trang Trợ Giúp | https://support.dogecash.org |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |