Fantom Gas Price Extension
Displays the current gas price using your preferred gas price provider.
Qu'est-ce que Fantom Gas Price Extension ?
Fantom Gas Price Extension est une extension Chrome développée par PeaStew, et sa fonction principale est "Displays the current gas price using your preferred gas price provider.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Fantom Gas Price Extension
Téléchargez les fichiers d'extension Fantom Gas Price Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Shows current gas price estimates from FTMScan to help better estimate gas needed for a transaction on the Fantom blockchain in MetaMask (for example)
Informations de Base sur l'Extension
Nom | Fantom Gas Price Extension |
ID | ejgbnkkomdnnhlegcmpjchhbmdekgbdm |
URL Officiel | https://chromewebstore.google.com/detail/fantom-gas-price-extensio/ejgbnkkomdnnhlegcmpjchhbmdekgbdm |
Description | Displays the current gas price using your preferred gas price provider. |
Taille du Fichier | 78.2 KB |
Nombre d'Installations | 58 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2022-02-14 |
Date de Publication | 2022-02-14 |
Développeur | PeaStew |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/PeaStew/fantom-gas-price-extension |
URL de la Page d'Aide | https://github.com/PeaStew/fantom-gas-price-extension |
Langues Prises en Charge | 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" ] } |