AOK Wallet Extension
Light Web Wallet for AokChain as a Chrome Extension.
¿Qué es AOK Wallet Extension?
AOK Wallet Extension es una extensión de Chrome desarrollada por Nugetzrul3, y su función principal es "Light Web Wallet for AokChain as a Chrome Extension.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión AOK Wallet Extension
Descarga archivos de extensión AOK Wallet Extension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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).
Información Básica de la Extensión
Nombre | AOK Wallet Extension |
ID | aoedbjimepepemdafoodplnknfkmbnle |
URL Oficial | https://chromewebstore.google.com/detail/aok-wallet-extension/aoedbjimepepemdafoodplnknfkmbnle |
Descripción | Light Web Wallet for AokChain as a Chrome Extension. |
Tamaño del Archivo | 516 KB |
Cantidad de Instalaciones | 127 |
Versión Actual | 1.0.2 |
Última Actualización | 2021-09-29 |
Fecha de Publicación | 2021-09-27 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Nugetzrul3 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://aok.network |
Idiomas Soportados | 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" } } |