Fantom Gas Price Extension
Displays the current gas price using your preferred gas price provider.
Wat is Fantom Gas Price Extension?
Fantom Gas Price Extension is een Chrome-extensie ontwikkeld door PeaStew, en de belangrijkste functie is "Displays the current gas price using your preferred gas price provider.".
Extensie Screenshots
Download het CRX-bestand van de extensie Fantom Gas Price Extension
Download Fantom Gas Price Extension-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
Shows current gas price estimates from FTMScan to help better estimate gas needed for a transaction on the Fantom blockchain in MetaMask (for example) Basisinformatie over de Extensie
| Naam | |
| ID | ejgbnkkomdnnhlegcmpjchhbmdekgbdm |
| Officiële URL | https://chromewebstore.google.com/detail/fantom-gas-price-extensio/ejgbnkkomdnnhlegcmpjchhbmdekgbdm |
| Beschrijving | Displays the current gas price using your preferred gas price provider. |
| Bestandsgrootte | 78.2 KB |
| Aantal Installaties | 58 |
| Huidige Versie | 0.0.1 |
| Laatst Bijgewerkt | 2022-02-14 |
| Publicatiedatum | 2022-02-14 |
| Ontwikkelaar | PeaStew |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/PeaStew/fantom-gas-price-extension |
| Help Pagina-URL | https://github.com/PeaStew/fantom-gas-price-extension |
| Ondersteunde Talen | 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"
]
} | |