Fantom Gas Price Extension

Displays the current gas price using your preferred gas price provider.

Hvad er Fantom Gas Price Extension?

Fantom Gas Price Extension er en Chrome-udvidelse udviklet af PeaStew, og dens hovedfunktion er "Displays the current gas price using your preferred gas price provider.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Fantom Gas Price Extension-udvidelses-CRX-fil

Download Fantom Gas Price Extension-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

                        Shows current gas price estimates from FTMScan to help better estimate gas needed for a transaction on the Fantom blockchain in MetaMask (for example)                    

Grundlæggende oplysninger om udvidelsen

Navn Fantom Gas Price Extension Fantom Gas Price Extension
ID ejgbnkkomdnnhlegcmpjchhbmdekgbdm
Officiel URL https://chromewebstore.google.com/detail/fantom-gas-price-extensio/ejgbnkkomdnnhlegcmpjchhbmdekgbdm
Beskrivelse Displays the current gas price using your preferred gas price provider.
Filstørrelse 78.2 KB
Antal Installationer 58
Nuværende Version 0.0.1
Senest Opdateret 2022-02-14
Udgivelsesdato 2022-02-14
Udvikler PeaStew
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/PeaStew/fantom-gas-price-extension
Hjælpeside-URL https://github.com/PeaStew/fantom-gas-price-extension
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fantom Gas Price Extension",
    "version": "0.0.1",
    "description": "Displays the current gas price using your preferred gas price provider.",
    "manifest_version": 3,
    "icons": {
        "16": "static\/icon16.png",
        "48": "static\/icon48.png",
        "128": "static\/icon128.png"
    },
    "action": {
        "default_title": "Fantom Gas Price",
        "default_popup": "src\/popup.html",
        "default_icon": {
            "16": "static\/icon16.png",
            "32": "static\/icon32.png",
            "48": "static\/icon48.png",
            "128": "static\/icon128.png"
        }
    },
    "background": {
        "service_worker": "src\/background.js"
    },
    "permissions": [
        "alarms",
        "storage"
    ]
}