AOK Wallet Extension

Light Web Wallet for AokChain as a Chrome Extension.

Cos'è AOK Wallet Extension?

AOK Wallet Extension è un'estensione di Chrome sviluppata da Nugetzrul3, e la sua funzione principale è "Light Web Wallet for AokChain as a Chrome Extension.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione AOK Wallet Extension

Scarica i file di estensione AOK Wallet Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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).                    

Informazioni di Base sull'Estensione

Nome AOK Wallet Extension AOK Wallet Extension
ID aoedbjimepepemdafoodplnknfkmbnle
URL Ufficiale https://chromewebstore.google.com/detail/aok-wallet-extension/aoedbjimepepemdafoodplnknfkmbnle
Descrizione Light Web Wallet for AokChain as a Chrome Extension.
Dimensione del File 516 KB
Conteggio Installazioni 127
Versione Corrente 1.0.2
Ultimo Aggiornamento 2021-09-29
Data di Pubblicazione 2021-09-27
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Nugetzrul3
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://aok.network
Lingue Supportate 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"
    }
}