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文件
下载Mina Extension Wallet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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'" } |