Narwallets V3
NEAR protocol wallet
Narwallets V3란 무엇입니까?
Narwallets V3은(는) Narwallets.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "NEAR protocol wallet"입니다.
확장 프로그램 스크린샷
Narwallets V3 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" } } |