Hana Wallet
Making crypto simple, secure and accessible.
Qu'est-ce que Hana Wallet ?
Hana Wallet est une extension Chrome développée par development, et sa fonction principale est "Making crypto simple, secure and accessible.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Hana Wallet
Téléchargez les fichiers d'extension Hana Wallet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Hana Wallet |
ID | jfdlamikmbghhapbgfoogdffldioobgl |
URL Officiel | https://chromewebstore.google.com/detail/hana-wallet/jfdlamikmbghhapbgfoogdffldioobgl |
Description | Making crypto simple, secure and accessible. |
Taille du Fichier | 33.53 MB |
Nombre d'Installations | 9,230 |
Version Actuelle | 2.16.0 |
Dernière Mise à Jour | 2024-01-29 |
Date de Publication | 2021-07-04 |
Évaluation | 4.41/5 Total 54 Évaluations |
Développeur | development |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://hanawallet.io/ |
URL de la Page d'Aide | https://discord.gg/b5QvCXJjJM |
URL de la Page de Politique de Confidentialité | https://hanawallet.io/privacy.html |
Langues Prises en Charge | 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" ] } |