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 |
官方網址 | 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 |
電子郵箱 | [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" } } |