Fantom Gas Price Extension
Displays the current gas price using your preferred gas price provider.
Apa itu Fantom Gas Price Extension?
Fantom Gas Price Extension adalah ekstensi Chrome yang dikembangkan oleh PeaStew, dan fitur utamanya adalah "Displays the current gas price using your preferred gas price provider.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Fantom Gas Price Extension
Unduh file ekstensi Fantom Gas Price Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Shows current gas price estimates from FTMScan to help better estimate gas needed for a transaction on the Fantom blockchain in MetaMask (for example)
Informasi Dasar Ekstensi
Nama | Fantom Gas Price Extension |
ID | ejgbnkkomdnnhlegcmpjchhbmdekgbdm |
URL Resmi | https://chromewebstore.google.com/detail/fantom-gas-price-extensio/ejgbnkkomdnnhlegcmpjchhbmdekgbdm |
Deskripsi | Displays the current gas price using your preferred gas price provider. |
Ukuran File | 78.2 KB |
Jumlah Instalasi | 58 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2022-02-14 |
Tanggal Publikasi | 2022-02-14 |
Pengembang | PeaStew |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/PeaStew/fantom-gas-price-extension |
URL Halaman Bantuan | https://github.com/PeaStew/fantom-gas-price-extension |
Bahasa yang Didukung | 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" ] } |