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 |
电子邮箱 | [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" } } } |