Sugarchain Wallet Extension

Light Web Wallet for Sugarchain as a Chrome Extension.

Что такое Sugarchain Wallet Extension?

Sugarchain Wallet Extension - это расширение Chrome, разработанное Nugetzrul3, и его основная функция - "Light Web Wallet for Sugarchain as a Chrome Extension.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Sugarchain Wallet Extension

Скачайте файлы расширений 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"
    }
}