AOK Wallet Extension

Light Web Wallet for AokChain as a Chrome Extension.

Qu'est-ce que AOK Wallet Extension ?

AOK Wallet Extension est une extension Chrome développée par Nugetzrul3, et sa fonction principale est "Light Web Wallet for AokChain as a Chrome Extension.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension AOK Wallet Extension

Téléchargez les fichiers d'extension AOK Wallet Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom AOK Wallet Extension AOK Wallet Extension
ID aoedbjimepepemdafoodplnknfkmbnle
URL Officiel https://chromewebstore.google.com/detail/aok-wallet-extension/aoedbjimepepemdafoodplnknfkmbnle
Description Light Web Wallet for AokChain as a Chrome Extension.
Taille du Fichier 516 KB
Nombre d'Installations 127
Version Actuelle 1.0.2
Dernière Mise à Jour 2021-09-29
Date de Publication 2021-09-27
Évaluation 5.00/5 Total 1 Évaluations
Développeur Nugetzrul3
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://aok.network
Langues Prises en Charge 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"
    }
}