Polygon Gas Station
Displays current gas prices for Polygon Mainnet.
Was ist Polygon Gas Station?
Polygon Gas Station ist eine Chrome-Erweiterung, die von Dornat entwickelt wurde, und ihr Hauptmerkmal ist "Displays current gas prices for Polygon Mainnet.".
Erweiterungsscreenshots
Polygon Gas Station-Erweiterungs-CRX-Datei herunterladen
Laden Sie Polygon Gas Station-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
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.
Grundlegende Informationen zur Erweiterung
Name | Polygon Gas Station |
ID | mofhphpaefijhjcidmcibbihfgdemooa |
Offizielle URL | https://chromewebstore.google.com/detail/polygon-gas-station/mofhphpaefijhjcidmcibbihfgdemooa |
Beschreibung | Displays current gas prices for Polygon Mainnet. |
Dateigröße | 70.9 KB |
Installationsanzahl | 1,053 |
Aktuelle Version | 0.1.1 |
Letztes Update | 2021-07-05 |
Veröffentlichungsdatum | 2021-07-05 |
Bewertung | 4.00/5 Insgesamt 5 Bewertungen |
Entwickler | Dornat |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |