AOK Wallet Extension

Light Web Wallet for AokChain as a Chrome Extension.

Vad är AOK Wallet Extension?

AOK Wallet Extension är en Chrome-tillägg utvecklad av Nugetzrul3, och dess huvudfunktion är "Light Web Wallet for AokChain as a Chrome Extension.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner AOK Wallet Extension-förlängningens CRX-fil

Ladda ner AOK Wallet Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn AOK Wallet Extension AOK Wallet Extension
ID aoedbjimepepemdafoodplnknfkmbnle
Officiell webbadress https://chromewebstore.google.com/detail/aok-wallet-extension/aoedbjimepepemdafoodplnknfkmbnle
Beskrivning Light Web Wallet for AokChain as a Chrome Extension.
Filstorlek 516 KB
Antal Installationer 127
Aktuell Version 1.0.2
Senast Uppdaterad 2021-09-29
Publiceringsdatum 2021-09-27
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Nugetzrul3
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://aok.network
Stödda Språk 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"
    }
}