AOK Wallet Extension

Light Web Wallet for AokChain as a Chrome Extension.

AOK Wallet Extension là gì?

AOK Wallet Extension là một tiện ích mở rộng Chrome được phát triển bởi Nugetzrul3, và tính năng chính của nó là "Light Web Wallet for AokChain as a Chrome Extension.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AOK Wallet Extension

Tải xuống các tệp mở rộng AOK Wallet Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AOK Wallet Extension AOK Wallet Extension
ID aoedbjimepepemdafoodplnknfkmbnle
URL Chính Thức https://chromewebstore.google.com/detail/aok-wallet-extension/aoedbjimepepemdafoodplnknfkmbnle
Mô tả Light Web Wallet for AokChain as a Chrome Extension.
Kích Thước Tệp 516 KB
Số Lần Cài Đặt 127
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2021-09-29
Ngày Phát Hành 2021-09-27
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Nugetzrul3
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://aok.network
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}