Feel the Fee
Check out real-time gas fees on Ethereum in whatever currency you like
Hvad er Feel the Fee?
Feel the Fee er en Chrome-udvidelse udviklet af https://fee.finance, og dens hovedfunktion er "Check out real-time gas fees on Ethereum in whatever currency you like".
Udvidelsesskærmbilleder
Download Feel the Fee-udvidelses-CRX-fil
Download Feel the Fee-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | Feel the Fee |
ID | ogajfoicbmjoggcpkmhddokjoipjbnkg |
Officiel URL | https://chromewebstore.google.com/detail/feel-the-fee/ogajfoicbmjoggcpkmhddokjoipjbnkg |
Beskrivelse | Check out real-time gas fees on Ethereum in whatever currency you like |
Filstørrelse | 606 KB |
Antal Installationer | 52 |
Nuværende Version | 1.3.1 |
Senest Opdateret | 2020-09-10 |
Udgivelsesdato | 2020-08-27 |
Udvikler | https://fee.finance |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://fee.finance |
Hjælpeside-URL | https://github.com/harry830622/feel-the-fee/issues |
Understøttede Sprog | 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 } |