Feel the Fee

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

Co je Feel the Fee?

Feel the Fee je rozšíření Chrome vyvinuté https://fee.finance, a jeho hlavní funkcí je „Check out real-time gas fees on Ethereum in whatever currency you like“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Feel the Fee

Stáhněte si soubory rozšíření Feel the Fee ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Feel the Fee Feel the Fee
ID ogajfoicbmjoggcpkmhddokjoipjbnkg
Oficiální URL https://chromewebstore.google.com/detail/feel-the-fee/ogajfoicbmjoggcpkmhddokjoipjbnkg
Popis Check out real-time gas fees on Ethereum in whatever currency you like
Velikost souboru 606 KB
Počet instalací 52
Aktuální Verze 1.3.1
Poslední Aktualizace 2020-09-10
Datum Vydání 2020-08-27
Vývojář https://fee.finance
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://fee.finance
URL Stránky Nápovědy https://github.com/harry830622/feel-the-fee/issues
Podporované Jazyky 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
}