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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows a list of Minter profiles and validators in the popup menu. Adds links to the Right Click menu to explore selected addresses."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Minter Shortcuts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } } |