Mina Extension Wallet
It is designed to help Mina Users easily stake Mina to its trusted validators
Mina Extension Wallet란 무엇입니까?
Mina Extension Wallet은(는) developer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "It is designed to help Mina Users easily stake Mina to its trusted validators"입니다.
확장 프로그램 스크린샷
Mina Extension Wallet 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
It is designed to help Mina Users easily stake Mina to its trusted validators "A Mina Extension Wallet released" - Easy way of Staking Mina to its validators !!Caution!! When uploading a public key file or private key file, its filename extension should end with ".txt" Ex) extra_account_601.txt After you reach out to a final process for staking, it means that your staking is successfully broadcasted which requires some time to finalize your staking on Mina Blockchain. Therefore, please wait till your staking delegation is finalized and shown on Mina Explorer. More Details can be found at Here: https://www.notion.so/dsrv/Mina-Staking-Extension-Beta-1982ed53407c496b88d2730532ad7924
확장 프로그램 기본 정보
이름 | |
ID | njnlcpjnaelebbeebibhmjolllnkgamj |
공식 URL | https://chrome.google.com/webstore/detail/mina-extension-wallet/njnlcpjnaelebbeebibhmjolllnkgamj |
설명 | It is designed to help Mina Users easily stake Mina to its trusted validators |
파일 크기 | 3.79 MB |
설치 횟수 | 154 |
현재 버전 | 0.1.4 |
최근 업데이트 | 2021-05-04 |
출시 날짜 | 2021-04-08 |
평점 | 3.67/5 총 3 개의 평점 |
개발자 | developer |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.dsrvlabs.com/en/ |
도움말 페이지 URL | https://github.com/dsrvlabs/mina-extension-wallet |
개인정보 보호 정책 페이지 URL | https://github.com/dsrvlabs/private-policy/blob/main/privatepolicy.md |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mina Extension Wallet", "description": "It is designed to help Mina Users easily stake Mina to its trusted validators", "manifest_version": 2, "version": "0.1.4", "icons": { "16": "minaExtension_logo_circle_16.png", "32": "minaExtension_logo_circle_32.png", "64": "minaExtension_logo_circle_64.png", "128": "minaExtension_logo_circle_128.png" }, "browser_action": { "default_icon": "minaExtension_logo_circle_128.png", "default_popup": "popup.html" }, "background": { "page": "background.html", "persistent": true }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |