Sugarchain Wallet Extension
Light Web Wallet for Sugarchain as a Chrome Extension.
Sugarchain Wallet Extension là gì?
Sugarchain 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 Sugarchain 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 Sugarchain Wallet Extension
Tải xuống các tệp mở rộng Sugarchain 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
Sugarchain: One-CPU-One-Vote, the worlds fastest Proof of Work blockchain This light chrome extension allows you to create new or import existing sugarchain wallets and allows you to send and receive sugarchain 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/Nugetzrul3/Sugarchain-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 | Sugarchain Wallet Extension |
ID | pgojdfajgcjjpjnbpfaelnpnjocakldb |
URL Chính Thức | https://chromewebstore.google.com/detail/sugarchain-wallet-extensi/pgojdfajgcjjpjnbpfaelnpnjocakldb |
Mô tả | Light Web Wallet for Sugarchain as a Chrome Extension. |
Kích Thước Tệp | 224 KB |
Số Lần Cài Đặt | 632 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2020-12-01 |
Ngày Phát Hành | 2020-07-07 |
Đánh Giá | 5.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Nugetzrul3 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://sugarchain.org |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sugarchain Wallet Extension", "version": "1.1", "manifest_version": 2, "description": "Light Web Wallet for Sugarchain as a Chrome Extension.", "browser_action": { "default_popup": "overlay.html", "default_title": "Sugarchain Wallet", "default_icon": "img\/logo.png" }, "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" } } |