Fantom Gas Price Extension

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

Co to jest Fantom Gas Price Extension?

Fantom Gas Price Extension to rozszerzenie Chrome opracowane przez PeaStew, a jego główną funkcją jest „Displays the current gas price using your preferred gas price provider.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Fantom Gas Price Extension

Pobierz pliki rozszerzeń Fantom Gas Price Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Fantom Gas Price Extension Fantom Gas Price Extension
ID ejgbnkkomdnnhlegcmpjchhbmdekgbdm
Oficjalny URL https://chromewebstore.google.com/detail/fantom-gas-price-extensio/ejgbnkkomdnnhlegcmpjchhbmdekgbdm
Opis Displays the current gas price using your preferred gas price provider.
Rozmiar pliku 78.2 KB
Liczba instalacji 58
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2022-02-14
Data Publikacji 2022-02-14
Deweloper PeaStew
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/PeaStew/fantom-gas-price-extension
Adres URL Strony Pomocy https://github.com/PeaStew/fantom-gas-price-extension
Obsługiwane Języki 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"
    ]
}