AOK Wallet Extension
Light Web Wallet for AokChain as a Chrome Extension.
Apa itu AOK Wallet Extension?
AOK Wallet Extension adalah ekstensi Chrome yang dikembangkan oleh Nugetzrul3, dan fitur utamanya adalah "Light Web Wallet for AokChain as a Chrome Extension.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi AOK Wallet Extension
Unduh file ekstensi AOK Wallet Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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).
Informasi Dasar Ekstensi
Nama | AOK Wallet Extension |
ID | aoedbjimepepemdafoodplnknfkmbnle |
URL Resmi | https://chromewebstore.google.com/detail/aok-wallet-extension/aoedbjimepepemdafoodplnknfkmbnle |
Deskripsi | Light Web Wallet for AokChain as a Chrome Extension. |
Ukuran File | 516 KB |
Jumlah Instalasi | 127 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2021-09-29 |
Tanggal Publikasi | 2021-09-27 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Nugetzrul3 |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://aok.network |
Bahasa yang Didukung | 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" } } |