AOK Wallet Extension
Light Web Wallet for AokChain as a Chrome Extension.
Co je AOK Wallet Extension?
AOK Wallet Extension je rozšíření Chrome vyvinuté Nugetzrul3, a jeho hlavní funkcí je „Light Web Wallet for AokChain as a Chrome Extension.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření AOK Wallet Extension
Stáhněte si soubory rozšíření AOK Wallet Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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).
Základní Informace o Rozšíření
Název | AOK Wallet Extension |
ID | aoedbjimepepemdafoodplnknfkmbnle |
Oficiální URL | https://chromewebstore.google.com/detail/aok-wallet-extension/aoedbjimepepemdafoodplnknfkmbnle |
Popis | Light Web Wallet for AokChain as a Chrome Extension. |
Velikost souboru | 516 KB |
Počet instalací | 127 |
Aktuální Verze | 1.0.2 |
Poslední Aktualizace | 2021-09-29 |
Datum Vydání | 2021-09-27 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Nugetzrul3 |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://aok.network |
Podporované Jazyky | 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" } } |