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.

Hvad er Minter Shortcuts?

Minter Shortcuts er en Chrome-udvidelse udviklet af Kotlyarov brothers, og dens hovedfunktion er "Shows a list of Minter profiles and validators in the popup menu. Adds links to the Right Click menu to explore selected addresses.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Minter Shortcuts-udvidelses-CRX-fil

Download Minter Shortcuts-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Minter Shortcuts Minter Shortcuts
ID bcgagdbpcehfjjnihafoncmbhfaafoid
Officiel URL https://chromewebstore.google.com/detail/minter-shortcuts/bcgagdbpcehfjjnihafoncmbhfaafoid
Beskrivelse Shows a list of Minter profiles and validators in the popup menu. Adds links to the Right Click menu to explore selected addresses.
Filstørrelse 50.07 KB
Antal Installationer 40
Nuværende Version 0.3.6.3
Senest Opdateret 2020-01-07
Udgivelsesdato 2020-01-07
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler Kotlyarov brothers
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
        }
    }
}