Narwallets
NEAR protocol multi-account wallets
Narwalletsとは何ですか?
NarwalletsはNarwallets.comによって開発されたChromeの拡張機能で、その主な機能は「NEAR protocol multi-account wallets」です。
拡張機能のスクリーンショット
Narwallets拡張機能のCRXファイルをダウンロード
Narwallets拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Welcome to Narwallets. The future is NEAR. Note: V3 is available here, and can be used side-by-side with this V2 version https://chrome.google.com/webstore/detail/narwallets-v3/ipbomjpcpbebobdnkoogngmknkohncjd This V2 version is no longer maintained. Narwallets is a multi-wallet chrome-extension for easily managing your NEAR accounts and accessing narwallets-enabled DApps in the NEAR blockchain. Narwallets is the first multi-account, multi-user chrome-extension wallet exclusive for the NEAR blockchain. Safe by default, accounts are added in read-only mode, no seed phrase required until needed. You can add multiple accounts and the extension will show you the total sum of all your accounts. You can also manage your lockup-contract accounts and eventually take full control of your funds. It uses a novel API mechanism to connect to DApps, where *you* decide when to connect and when to disconnect from the webpage.
拡張機能の基本情報
名前 | Narwallets |
ID | bnbmlmjhaohpobnjfifeghjmamjfolnb |
公式URL | https://chromewebstore.google.com/detail/narwallets/bnbmlmjhaohpobnjfifeghjmamjfolnb |
説明 | NEAR protocol multi-account wallets |
ファイルサイズ | 149 KB |
インストール数 | 1,775 |
現在のバージョン | 2.0.2 |
最終更新日 | 2022-01-16 |
公開日 | 2020-12-21 |
評価 | 4.20/5 合計 5 レビュー |
開発者 | Narwallets.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://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", "description": "NEAR protocol multi-account wallets", "version": "2.0.2", "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" } } |