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.

Was ist Minter Shortcuts?

Minter Shortcuts ist eine Chrome-Erweiterung, die von Kotlyarov brothers entwickelt wurde, und ihr Hauptmerkmal ist "Shows a list of Minter profiles and validators in the popup menu. Adds links to the Right Click menu to explore selected addresses.".

Erweiterungsscreenshots

screenshot
screenshot

Minter Shortcuts-Erweiterungs-CRX-Datei herunterladen

Laden Sie Minter Shortcuts-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Minter Shortcuts Minter Shortcuts
ID bcgagdbpcehfjjnihafoncmbhfaafoid
Offizielle URL https://chromewebstore.google.com/detail/minter-shortcuts/bcgagdbpcehfjjnihafoncmbhfaafoid
Beschreibung Shows a list of Minter profiles and validators in the popup menu. Adds links to the Right Click menu to explore selected addresses.
Dateigröße 50.07 KB
Installationsanzahl 40
Aktuelle Version 0.3.6.3
Letztes Update 2020-01-07
Veröffentlichungsdatum 2020-01-07
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Kotlyarov brothers
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        }
    }
}