AOK Wallet Extension
Light Web Wallet for AokChain as a Chrome Extension.
Co to jest AOK Wallet Extension?
AOK Wallet Extension to rozszerzenie Chrome opracowane przez Nugetzrul3, a jego główną funkcją jest „Light Web Wallet for AokChain as a Chrome Extension.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia AOK Wallet Extension
Pobierz pliki rozszerzeń AOK Wallet Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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).
Podstawowe informacje o rozszerzeniu
Nazwa | AOK Wallet Extension |
ID | aoedbjimepepemdafoodplnknfkmbnle |
Oficjalny URL | https://chromewebstore.google.com/detail/aok-wallet-extension/aoedbjimepepemdafoodplnknfkmbnle |
Opis | Light Web Wallet for AokChain as a Chrome Extension. |
Rozmiar pliku | 516 KB |
Liczba instalacji | 127 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2021-09-29 |
Data Publikacji | 2021-09-27 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Nugetzrul3 |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://aok.network |
Obsługiwane Języki | 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" } } |