Hana Wallet
Making crypto simple, secure and accessible.
ما هو Hana Wallet؟
Hana Wallet هو إضافة Chrome تم تطويرها بواسطة development، والميزة الرئيسية لها هي "Making crypto simple, secure and accessible.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Hana Wallet
قم بتنزيل ملفات الامتداد Hana Wallet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Hana wallet is ICON’s first multi-chain wallet with DApp support, asset management and governance available on multiple chains. Hana is proudly built and maintained by the ReliantNode P-Rep team.
معلومات أساسية عن التمديد
الاسم | Hana Wallet |
ID | jfdlamikmbghhapbgfoogdffldioobgl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/hana-wallet/jfdlamikmbghhapbgfoogdffldioobgl |
الوصف | Making crypto simple, secure and accessible. |
حجم الملف | 33.53 MB |
عدد التثبيتات | 9,230 |
النسخة الحالية | 2.16.0 |
آخر تحديث | 2024-01-29 |
تاريخ النشر | 2021-07-04 |
تقييم | 4.41/5 مجموع تقييمات 54 |
المطور | development |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://hanawallet.io/ |
عنوان صفحة المساعدة | https://discord.gg/b5QvCXJjJM |
عنوان صفحة سياسة الخصوصية | https://hanawallet.io/privacy.html |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hana Wallet", "version": "2.16.0.0", "version_name": "2.16.0", "description": "Making crypto simple, secure and accessible.", "homepage_url": "https:\/\/hanawallet.io\/", "author": "Hana Tech Pty Ltd", "icons": { "48": "icons\/48.png", "96": "icons\/96.png", "128": "icons\/128.png" }, "permissions": [ "activeTab", "tabs", "downloads", "storage", "unlimitedStorage", "chrome:\/\/favicon\/" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Hana", "default_popup": "popup.html", "default_icon": { "16": "icons\/16-dark.png", "32": "icons\/32-dark.png", "64": "icons\/64-dark.png" }, "theme_icons": [ { "dark": "icons\/16-dark.png", "light": "icons\/16-light.png", "size": 16 }, { "dark": "icons\/32-dark.png", "light": "icons\/32-light.png", "size": 32 }, { "dark": "icons\/64-dark.png", "light": "icons\/64-light.png", "size": 64 } ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_start", "all_frames": true } ], "web_accessible_resources": [ "contentInpagePolkadot.js", "contentInpagePolkadotOverride.js", "contentInpageEthereum.js", "contentInpageEthereumOverride.js", "contentInpageCosmos.js", "contentInpageCosmosOverride.js" ] } |