Polygon Gas Station
Displays current gas prices for Polygon Mainnet.
Wat is Polygon Gas Station?
Polygon Gas Station is een Chrome-extensie ontwikkeld door Dornat, en de belangrijkste functie is "Displays current gas prices for Polygon Mainnet.".
Extensie Screenshots
Download het CRX-bestand van de extensie Polygon Gas Station
Download Polygon Gas Station-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | mofhphpaefijhjcidmcibbihfgdemooa |
| Officiële URL | https://chromewebstore.google.com/detail/polygon-gas-station/mofhphpaefijhjcidmcibbihfgdemooa |
| Beschrijving | Displays current gas prices for Polygon Mainnet. |
| Bestandsgrootte | 70.9 KB |
| Aantal Installaties | 1,053 |
| Huidige Versie | 0.1.1 |
| Laatst Bijgewerkt | 2021-07-05 |
| Publicatiedatum | 2021-07-05 |
| Beoordeling | 4.00/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | Dornat |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |