Fantom Gas Price Extension
Displays the current gas price using your preferred gas price provider.
Was ist Fantom Gas Price Extension?
Fantom Gas Price Extension ist eine Chrome-Erweiterung, die von PeaStew entwickelt wurde, und ihr Hauptmerkmal ist "Displays the current gas price using your preferred gas price provider.".
Erweiterungsscreenshots
Fantom Gas Price Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie Fantom Gas Price Extension-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
Shows current gas price estimates from FTMScan to help better estimate gas needed for a transaction on the Fantom blockchain in MetaMask (for example) Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ejgbnkkomdnnhlegcmpjchhbmdekgbdm |
| Offizielle URL | https://chromewebstore.google.com/detail/fantom-gas-price-extensio/ejgbnkkomdnnhlegcmpjchhbmdekgbdm |
| Beschreibung | Displays the current gas price using your preferred gas price provider. |
| Dateigröße | 78.2 KB |
| Installationsanzahl | 58 |
| Aktuelle Version | 0.0.1 |
| Letztes Update | 2022-02-14 |
| Veröffentlichungsdatum | 2022-02-14 |
| Entwickler | PeaStew |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/PeaStew/fantom-gas-price-extension |
| Hilfeseite URL | https://github.com/PeaStew/fantom-gas-price-extension |
| Unterstützte Sprachen | 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"
]
} | |