Fantom Gas Price Extension
Displays the current gas price using your preferred gas price provider.
Cos'è Fantom Gas Price Extension?
Fantom Gas Price Extension è un'estensione di Chrome sviluppata da PeaStew, e la sua funzione principale è "Displays the current gas price using your preferred gas price provider.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Fantom Gas Price Extension
Scarica i file di estensione Fantom Gas Price Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Shows current gas price estimates from FTMScan to help better estimate gas needed for a transaction on the Fantom blockchain in MetaMask (for example)
Informazioni di Base sull'Estensione
Nome | Fantom Gas Price Extension |
ID | ejgbnkkomdnnhlegcmpjchhbmdekgbdm |
URL Ufficiale | https://chromewebstore.google.com/detail/fantom-gas-price-extensio/ejgbnkkomdnnhlegcmpjchhbmdekgbdm |
Descrizione | Displays the current gas price using your preferred gas price provider. |
Dimensione del File | 78.2 KB |
Conteggio Installazioni | 58 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2022-02-14 |
Data di Pubblicazione | 2022-02-14 |
Sviluppatore | PeaStew |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/PeaStew/fantom-gas-price-extension |
URL della Pagina di Aiuto | https://github.com/PeaStew/fantom-gas-price-extension |
Lingue Supportate | 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" ] } |