AOK Wallet Extension
Light Web Wallet for AokChain as a Chrome Extension.
Wat is AOK Wallet Extension?
AOK Wallet Extension is een Chrome-extensie ontwikkeld door Nugetzrul3, en de belangrijkste functie is "Light Web Wallet for AokChain as a Chrome Extension.".
Extensie Screenshots
Download het CRX-bestand van de extensie AOK Wallet Extension
Download AOK Wallet Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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).
Basisinformatie over de Extensie
Naam | AOK Wallet Extension |
ID | aoedbjimepepemdafoodplnknfkmbnle |
Officiële URL | https://chromewebstore.google.com/detail/aok-wallet-extension/aoedbjimepepemdafoodplnknfkmbnle |
Beschrijving | Light Web Wallet for AokChain as a Chrome Extension. |
Bestandsgrootte | 516 KB |
Aantal Installaties | 127 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2021-09-29 |
Publicatiedatum | 2021-09-27 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Nugetzrul3 |
popingcorn12@gmail.com | |
Betalingswijze | free |
Extensiewebsite | https://aok.network |
Ondersteunde Talen | 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" } } |