Feel the Fee
Check out real-time gas fees on Ethereum in whatever currency you like
Apa itu Feel the Fee?
Feel the Fee adalah ekstensi Chrome yang dikembangkan oleh https://fee.finance, dan fitur utamanya adalah "Check out real-time gas fees on Ethereum in whatever currency you like".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Feel the Fee
Unduh file ekstensi Feel the Fee 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
What's the current gas price on Ethereum? How much gas fee will it cost to do some yield farming on Yearn/Curve/Balancer? How much gas fee do I need to pay to swap a coin on Uniswap? Open the extension popup and feel the fee right now!
Informasi Dasar Ekstensi
Nama | Feel the Fee |
ID | ogajfoicbmjoggcpkmhddokjoipjbnkg |
URL Resmi | https://chromewebstore.google.com/detail/feel-the-fee/ogajfoicbmjoggcpkmhddokjoipjbnkg |
Deskripsi | Check out real-time gas fees on Ethereum in whatever currency you like |
Ukuran File | 606 KB |
Jumlah Instalasi | 52 |
Versi Saat Ini | 1.3.1 |
Terakhir Diperbarui | 2020-09-10 |
Tanggal Publikasi | 2020-08-27 |
Pengembang | https://fee.finance |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://fee.finance |
URL Halaman Bantuan | https://github.com/harry830622/feel-the-fee/issues |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Feel the Fee", "version": "1.3.1", "description": "Check out real-time gas fees on Ethereum in whatever currency you like", "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "http:\/\/localhost:3000\/*", "https:\/\/api.coingecko.com\/*", "https:\/\/api.fee.finance\/*" ], "manifest_version": 2 } |