CLNX Wallet
Coloniume Wallet (CLNX)
ما هو CLNX Wallet؟
CLNX Wallet هو إضافة Chrome تم تطويرها بواسطة Coloniume CLNX، والميزة الرئيسية لها هي "Coloniume Wallet (CLNX)".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة CLNX Wallet
قم بتنزيل ملفات الامتداد CLNX Wallet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Coloniume Blockchain Wallet This is an extension for accessing your assets on the Coloniume Blockchain. The Coloniume Blockchain is a new blockchain that has been built for accessing free and independent internet. For more information about the Coloniume project please visit the official website: https://coloniume.org. This extension is built to create and manage the Coloniume wallet and transfer CLNX from one wallet to another. Private keys are securely and locally stored on extension storage on the Chrome browser and never sent over the network connection. The private key is only used to sign transactions and the wallet recovery.
معلومات أساسية عن التمديد
الاسم | CLNX Wallet |
ID | heiogpnffonokfkoginfnmmgglfipjld |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/clnx-wallet/heiogpnffonokfkoginfnmmgglfipjld |
الوصف | Coloniume Wallet (CLNX) |
حجم الملف | 570 KB |
عدد التثبيتات | 82 |
النسخة الحالية | 1.3.0 |
آخر تحديث | 2023-07-23 |
تاريخ النشر | 2022-08-30 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Coloniume CLNX |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://coloniume.org/ |
عنوان صفحة المساعدة | https://coloniume.org/ |
عنوان صفحة سياسة الخصوصية | https://coloniume.org/privacy-and-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "CLNX Wallet", "name": "CLNX Wallet", "description": "Coloniume Wallet (CLNX)", "version": "1.3.0", "manifest_version": 3, "permissions": [ "storage" ], "action": { "default_popup": "index.html", "default_icon": { "16": "\/img\/logo.png", "32": "\/img\/logo.png", "48": "\/img\/logo.png", "128": "\/img\/logo.png" } }, "background": { "service_worker": "background.js" }, "options_page": "index.html#\/register", "icons": { "16": "\/img\/logo-16x16.png", "32": "\/img\/logo-32x32.png", "48": "\/img\/logo-48x48.png", "128": "\/img\/logo-128x128.png" } } |