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
官方網址 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"
    }
}