Hana Wallet
Making crypto simple, secure and accessible.
Was ist Hana Wallet?
Hana Wallet ist eine Chrome-Erweiterung, die von development entwickelt wurde, und ihr Hauptmerkmal ist "Making crypto simple, secure and accessible.".
Erweiterungsscreenshots
Hana Wallet-Erweiterungs-CRX-Datei herunterladen
Laden Sie Hana Wallet-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jfdlamikmbghhapbgfoogdffldioobgl |
| Offizielle URL | https://chromewebstore.google.com/detail/hana-wallet/jfdlamikmbghhapbgfoogdffldioobgl |
| Beschreibung | Making crypto simple, secure and accessible. |
| Dateigröße | 33.53 MB |
| Installationsanzahl | 9,230 |
| Aktuelle Version | 2.16.0 |
| Letztes Update | 2024-01-29 |
| Veröffentlichungsdatum | 2021-07-04 |
| Bewertung | 4.41/5 Insgesamt 54 Bewertungen |
| Entwickler | development |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://hanawallet.io/ |
| Hilfeseite URL | https://discord.gg/b5QvCXJjJM |
| URL der Datenschutzrichtlinien-Seite | https://hanawallet.io/privacy.html |
| Unterstützte Sprachen | 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"
]
} | |