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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |