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 |
Eメール | [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'" } |