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 là gì?
Minter Shortcuts là một tiện ích mở rộng Chrome được phát triển bởi Kotlyarov brothers, và tính năng chính của nó là "Shows a list of Minter profiles and validators in the popup menu. Adds links to the Right Click menu to explore selected addresses.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Minter Shortcuts
Tải xuống các tệp mở rộng Minter Shortcuts dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Minter Shortcuts |
ID | bcgagdbpcehfjjnihafoncmbhfaafoid |
URL Chính Thức | https://chromewebstore.google.com/detail/minter-shortcuts/bcgagdbpcehfjjnihafoncmbhfaafoid |
Mô tả | Shows a list of Minter profiles and validators in the popup menu. Adds links to the Right Click menu to explore selected addresses. |
Kích Thước Tệp | 50.07 KB |
Số Lần Cài Đặt | 40 |
Phiên Bản Hiện Tại | 0.3.6.3 |
Cập Nhật Lần Cuối | 2020-01-07 |
Ngày Phát Hành | 2020-01-07 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Kotlyarov brothers |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } |