Narwallets V3
NEAR protocol wallet
Narwallets V3とは何ですか?
Narwallets V3はNarwallets.comによって開発されたChromeの拡張機能で、その主な機能は「NEAR protocol wallet」です。
拡張機能のスクリーンショット
Narwallets V3拡張機能のCRXファイルをダウンロード
Narwallets V3拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Narwallets is a chrome-extension wallet for easily managing your NEAR accounts and accessing narwallets-enabled DApps in the NEAR blockchain. Narwallets is the first chrome-extension wallet exclusive for the NEAR blockchain. It uses a secure API mechanism to connect to DApps, where *you* decide when to connect and when to disconnect from the webpage. * NEP-141 Token Support * Integrated Liquid Staking via Metapool.app * Lockup Accounts Support Changelog 2022-4-2 Better auto-refresh of on-chain balances
拡張機能の基本情報
名前 | Narwallets V3 |
ID | ipbomjpcpbebobdnkoogngmknkohncjd |
公式URL | https://chromewebstore.google.com/detail/narwallets-v3/ipbomjpcpbebobdnkoogngmknkohncjd |
説明 | NEAR protocol wallet |
ファイルサイズ | 232 KB |
インストール数 | 1,476 |
現在のバージョン | 3.0.10 |
最終更新日 | 2022-04-02 |
公開日 | 2021-09-07 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Narwallets.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.narwallets.com |
ヘルプページのURL | https://github.com/Narwallets/narwallets-extension/issues |
プライバシーポリシーページのURL | https://www.narwallets.com/privacy-policy.html |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Narwallets V3", "description": "NEAR protocol wallet", "version": "3.0.10", "browser_action": { "default_popup": "index.html" }, "background": { "page": "background\/background.html", "persistent": false }, "permissions": [ "activeTab", "tabs", "storage", "alarms" ], "icons": { "48": "icons\/logo_48.png", "128": "icons\/logo_128.png" } } |