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 擴展基本資訊
| 名稱 | |
| ID | bcgagdbpcehfjjnihafoncmbhfaafoid |
| 官方網址 | 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"
}
}
} | |