Narwallets

NEAR protocol multi-account wallets

Narwallets란 무엇입니까?

Narwallets은(는) Narwallets.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "NEAR protocol multi-account wallets"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Narwallets 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
이메일 [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"
    }
}