Feel the Fee
Check out real-time gas fees on Ethereum in whatever currency you like
Vad är Feel the Fee?
Feel the Fee är en Chrome-tillägg utvecklad av https://fee.finance, och dess huvudfunktion är "Check out real-time gas fees on Ethereum in whatever currency you like".
Tilläggsskärmbilder
Ladda ner Feel the Fee-förlängningens CRX-fil
Ladda ner Feel the Fee-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Feel the Fee |
ID | ogajfoicbmjoggcpkmhddokjoipjbnkg |
Officiell webbadress | https://chromewebstore.google.com/detail/feel-the-fee/ogajfoicbmjoggcpkmhddokjoipjbnkg |
Beskrivning | Check out real-time gas fees on Ethereum in whatever currency you like |
Filstorlek | 606 KB |
Antal Installationer | 52 |
Aktuell Version | 1.3.1 |
Senast Uppdaterad | 2020-09-10 |
Publiceringsdatum | 2020-08-27 |
Utvecklare | https://fee.finance |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://fee.finance |
Hjälpsida URL | https://github.com/harry830622/feel-the-fee/issues |
Stödda Språk | 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 } |