AOK Wallet Extension

Light Web Wallet for AokChain as a Chrome Extension.

AOK Wallet Extension क्या है?

AOK Wallet Extension Nugetzrul3 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Light Web Wallet for AokChain as a Chrome Extension."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AOK Wallet Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम AOK Wallet Extension AOK Wallet Extension
ID aoedbjimepepemdafoodplnknfkmbnle
आधिकारिक URL https://chromewebstore.google.com/detail/aok-wallet-extension/aoedbjimepepemdafoodplnknfkmbnle
विवरण Light Web Wallet for AokChain as a Chrome Extension.
फ़ाइल का आकार 516 KB
स्थापना संख्या 127
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2021-09-29
प्रकाशन तिथि 2021-09-27
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Nugetzrul3
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://aok.network
समर्थित भाषाएँ 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"
    }
}