Polygon Gas Station

Displays current gas prices for Polygon Mainnet.

Co to jest Polygon Gas Station?

Polygon Gas Station to rozszerzenie Chrome opracowane przez Dornat, a jego główną funkcją jest „Displays current gas prices for Polygon Mainnet.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Polygon Gas Station

Pobierz pliki rozszerzeń Polygon Gas Station 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

                        Access current gas prices on polygon mainnet using data from https://gasstation-mainnet.matic.network with the option to view available amounts of gas that you need to choose for making a transaction.                    

Podstawowe informacje o rozszerzeniu

Nazwa Polygon Gas Station Polygon Gas Station
ID mofhphpaefijhjcidmcibbihfgdemooa
Oficjalny URL https://chromewebstore.google.com/detail/polygon-gas-station/mofhphpaefijhjcidmcibbihfgdemooa
Opis Displays current gas prices for Polygon Mainnet.
Rozmiar pliku 70.9 KB
Liczba instalacji 1,053
Aktualna Wersja 0.1.1
Ostatnia Aktualizacja 2021-07-05
Data Publikacji 2021-07-05
Ocena 4.00/5 Łącznie 5 Oceny
Deweloper Dornat
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "PolyGasStation",
    "name": "Polygon Gas Station",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Displays current gas prices for Polygon Mainnet.",
    "icons": {
        "512": "logo512.png"
    },
    "browser_action": {
        "default_icon": "logo512.png",
        "default_popup": "popup.html"
    }
}