Feel the Fee

Check out real-time gas fees on Ethereum in whatever currency you like

Wat is Feel the Fee?

Feel the Fee is een Chrome-extensie ontwikkeld door https://fee.finance, en de belangrijkste functie is "Check out real-time gas fees on Ethereum in whatever currency you like".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Feel the Fee

Download Feel the Fee-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Feel the Fee Feel the Fee
ID ogajfoicbmjoggcpkmhddokjoipjbnkg
Officiële URL https://chromewebstore.google.com/detail/feel-the-fee/ogajfoicbmjoggcpkmhddokjoipjbnkg
Beschrijving Check out real-time gas fees on Ethereum in whatever currency you like
Bestandsgrootte 606 KB
Aantal Installaties 52
Huidige Versie 1.3.1
Laatst Bijgewerkt 2020-09-10
Publicatiedatum 2020-08-27
Ontwikkelaar https://fee.finance
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://fee.finance
Help Pagina-URL https://github.com/harry830622/feel-the-fee/issues
Ondersteunde Talen 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
}