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                     扩展基本信息
| 名称 |   |  
| 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 | 
| 电子邮箱 | [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"
    }
}  |  |