Polygon Gas Station
Displays current gas prices for Polygon Mainnet.
Vad är Polygon Gas Station?
Polygon Gas Station är en Chrome-tillägg utvecklad av Dornat, och dess huvudfunktion är "Displays current gas prices for Polygon Mainnet.".
Tilläggsskärmbilder
Ladda ner Polygon Gas Station-förlängningens CRX-fil
Ladda ner Polygon Gas Station-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | mofhphpaefijhjcidmcibbihfgdemooa |
| Officiell webbadress | https://chromewebstore.google.com/detail/polygon-gas-station/mofhphpaefijhjcidmcibbihfgdemooa |
| Beskrivning | Displays current gas prices for Polygon Mainnet. |
| Filstorlek | 70.9 KB |
| Antal Installationer | 1,053 |
| Aktuell Version | 0.1.1 |
| Senast Uppdaterad | 2021-07-05 |
| Publiceringsdatum | 2021-07-05 |
| Betyg | 4.00/5 Totalt 5 Betyg |
| Utvecklare | Dornat |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |