Feel the Fee
Check out real-time gas fees on Ethereum in whatever currency you like
Was ist Feel the Fee?
Feel the Fee ist eine Chrome-Erweiterung, die von https://fee.finance entwickelt wurde, und ihr Hauptmerkmal ist "Check out real-time gas fees on Ethereum in whatever currency you like".
Erweiterungsscreenshots
Feel the Fee-Erweiterungs-CRX-Datei herunterladen
Laden Sie Feel the Fee-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Feel the Fee |
ID | ogajfoicbmjoggcpkmhddokjoipjbnkg |
Offizielle URL | https://chromewebstore.google.com/detail/feel-the-fee/ogajfoicbmjoggcpkmhddokjoipjbnkg |
Beschreibung | Check out real-time gas fees on Ethereum in whatever currency you like |
Dateigröße | 606 KB |
Installationsanzahl | 52 |
Aktuelle Version | 1.3.1 |
Letztes Update | 2020-09-10 |
Veröffentlichungsdatum | 2020-08-27 |
Entwickler | https://fee.finance |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://fee.finance |
Hilfeseite URL | https://github.com/harry830622/feel-the-fee/issues |
Unterstützte Sprachen | 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 } |