Narwallets V4
NEAR protocol wallet
什麼是Narwallets V4?
Narwallets V4是由Narwallets.com開發的Chrome擴展程式,該擴展的主要功能是“NEAR protocol wallet”。
擴展截圖
下載Narwallets V4擴展crx文件
下載Narwallets V4擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Narwallets is a chrome-extension wallet for easily managing your NEAR accounts Narwallets is the first chrome-extension wallet exclusive for the NEAR blockchain. * NEP-141 Token Support * Integrated Liquid Staking via Metapool.app * Lockup Accounts Support Changelog 2022-04-02 Better auto-refresh of on-chain balances 2022-10-09 V4 - Integrate with wallet-selector 2022-12-28 V4.0.5 - quick select account 2023-01-11 V4.0.6 - Implement NEP-408 for wallet-selector 2023-05-01 simpler account selection 2023-12-08 backup source for quotes
擴展基本資訊
名稱 | Narwallets V4 |
ID | lkpeokpdkmcdaiadpmnnpimlgmdobkdj |
官方網址 | https://chromewebstore.google.com/detail/narwallets-v4/lkpeokpdkmcdaiadpmnnpimlgmdobkdj |
簡介 | NEAR protocol wallet |
檔案大小 | 237 KB |
安裝次數 | 180 |
目前版本 | 4.0.9 |
更新時間 | 2023-12-11 |
上架時間 | 2022-10-15 |
開發者 | Narwallets.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.narwallets.com |
說明頁面URL | https://discord.gg/N38GQ2ejrS |
隱私政策頁面URL | https://www.narwallets.com/privacy-policy.html |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Narwallets V4", "description": "NEAR protocol wallet", "version": "4.0.9", "action": { "default_popup": "index.html" }, "background": { "service_worker": "dist\/background\/background.js", "type": "module" }, "permissions": [ "storage", "alarms" ], "icons": { "48": "icons\/logo_48.png", "128": "icons\/logo_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "dist\/content-script.js" ], "run_at": "document_start" }, { "matches": [ " |