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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Kotlyarov brothers, και η κύρια λειτουργία του είναι "Shows a list of Minter profiles and validators in the popup menu. Adds links to the Right Click menu to explore selected addresses.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Minter Shortcuts
Λήψη αρχείων επέκτασης 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" } } } |