AOK Wallet Extension
Light Web Wallet for AokChain as a Chrome Extension.
Что такое AOK Wallet Extension?
AOK Wallet Extension - это расширение Chrome, разработанное Nugetzrul3, и его основная функция - "Light Web Wallet for AokChain as a Chrome Extension.".
Снимки экрана расширения
Скачать файл CRX расширения AOK Wallet Extension
Скачайте файлы расширений AOK Wallet Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
The Proof-of-Stake blockchain token platform This light chrome extension allows you to create new or import existing AokChain wallets and allows you to send and receive AokChain 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/AokChain-Chrome-Wallet Special thanks to Volbil (https://github.com/volbil) for the development of the API server (https://github.com/AokChain/ApiServer).
Основная информация о расширении
Название | AOK Wallet Extension |
ID | aoedbjimepepemdafoodplnknfkmbnle |
Официальный URL | https://chromewebstore.google.com/detail/aok-wallet-extension/aoedbjimepepemdafoodplnknfkmbnle |
Описание | Light Web Wallet for AokChain as a Chrome Extension. |
Размер файла | 516 KB |
Количество установок | 127 |
Текущая Версия | 1.0.2 |
Последнее Обновление | 2021-09-29 |
Дата публикации | 2021-09-27 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Nugetzrul3 |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://aok.network |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AOK Wallet Extension", "version": "1.0.2", "manifest_version": 2, "description": "Light Web Wallet for AokChain as a Chrome Extension.", "browser_action": { "default_popup": "overlay.html", "default_title": "AOK Wallet", "default_icon": "img\/logo.png" }, "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" } } |