Hana Wallet
Making crypto simple, secure and accessible.
Hana Walletとは何ですか?
Hana Walletはdevelopmentによって開発されたChromeの拡張機能で、その主な機能は「Making crypto simple, secure and accessible.」です。
拡張機能のスクリーンショット
Hana Wallet拡張機能のCRXファイルをダウンロード
Hana Wallet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://hanawallet.io/ |
ヘルプページのURL | https://discord.gg/b5QvCXJjJM |
プライバシーポリシーページのURL | 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" ] } |