AOK Wallet Extension
Light Web Wallet for AokChain as a Chrome Extension.
AOK Wallet Extensionคืออะไร?
AOK Wallet Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nugetzrul3 และคุณลักษณะหลักของมันคือ "Light Web Wallet for AokChain as a Chrome Extension."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AOK Wallet Extension
ดาวน์โหลดไฟล์ส่วนขยาย AOK Wallet Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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" } } |