Sugarchain Wallet Extension

Light Web Wallet for Sugarchain as a Chrome Extension.

什么是Sugarchain Wallet Extension?

Sugarchain Wallet Extension是由Nugetzrul3开发的Chrome扩展程序,该扩展的主要功能是“Light Web Wallet for Sugarchain as a Chrome Extension.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Sugarchain Wallet Extension扩展crx文件

下载Sugarchain Wallet Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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).                    

扩展基本信息

名称 Sugarchain Wallet Extension Sugarchain Wallet Extension
ID pgojdfajgcjjpjnbpfaelnpnjocakldb
官方URL https://chromewebstore.google.com/detail/sugarchain-wallet-extensi/pgojdfajgcjjpjnbpfaelnpnjocakldb
简介 Light Web Wallet for Sugarchain as a Chrome Extension.
文件大小 224 KB
安装次数 632
当前版本 1.1
更新时间 2020-12-01
上架时间 2020-07-07
评分 5.00/5 共6次评分
开发者 Nugetzrul3
电子邮箱 [email protected]
付费类型 free
扩展官网 https://sugarchain.org
支持的语言 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"
    }
}