Minter Shortcuts
Shows a list of Minter profiles and validators in the popup menu. Adds links to the Right Click menu to explore selected addresses.
Minter Shortcutsとは何ですか?
Minter ShortcutsはKotlyarov brothersによって開発されたChromeの拡張機能で、その主な機能は「Shows a list of Minter profiles and validators in the popup menu. Adds links to the Right Click menu to explore selected addresses.」です。
拡張機能のスクリーンショット
Minter Shortcuts拡張機能のCRXファイルをダウンロード
Minter Shortcuts拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Free open source extension. Adds a list of Minter profiles and validators in the popup menu. Adds an item to the Right Click menu to explore selected addresses, validators and transactions on popular Minter projects: https://explorer.minter.network/transactions/{transaction} https://explorer.minter.network/validator/{validator} https://explorer.minter.network/address/{address} https://minterscan.net/tx/{transaction} https://minterscan.net/validator/{validator} https://minterscan.net/address/{address} https://minter.interchain.zone/en/nodes/{validator} https://minter.interchain.zone/en/wallet/{address} https://minter.interchain.zone/en/coin/{coin} https://karma.mn/#{address} Source code: https://github.com/Danmer/minter-shortcuts
拡張機能の基本情報
名前 | Minter Shortcuts |
ID | bcgagdbpcehfjjnihafoncmbhfaafoid |
公式URL | https://chromewebstore.google.com/detail/minter-shortcuts/bcgagdbpcehfjjnihafoncmbhfaafoid |
説明 | Shows a list of Minter profiles and validators in the popup menu. Adds links to the Right Click menu to explore selected addresses. |
ファイルサイズ | 50.07 KB |
インストール数 | 40 |
現在のバージョン | 0.3.6.3 |
最終更新日 | 2020-01-07 |
公開日 | 2020-01-07 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Kotlyarov brothers |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Minter Shortcuts", "version": "0.3.6.3", "description": "Shows a list of Minter profiles and validators in the popup menu. Adds links to the Right Click menu to explore selected addresses.", "author": "Kotlyarov brothers", "permissions": [ "contextMenus", "storage" ], "icons": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "background": { "scripts": [ "main.js" ], "persistent": false }, "browser_action": { "default_popup": "popup\/index.html", "default_icon": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" } } } |