Feel the Fee

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

Co to jest Feel the Fee?

Feel the Fee to rozszerzenie Chrome opracowane przez https://fee.finance, a jego główną funkcją jest „Check out real-time gas fees on Ethereum in whatever currency you like”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Feel the Fee

Pobierz pliki rozszerzeń Feel the Fee w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Feel the Fee Feel the Fee
ID ogajfoicbmjoggcpkmhddokjoipjbnkg
Oficjalny URL https://chromewebstore.google.com/detail/feel-the-fee/ogajfoicbmjoggcpkmhddokjoipjbnkg
Opis Check out real-time gas fees on Ethereum in whatever currency you like
Rozmiar pliku 606 KB
Liczba instalacji 52
Aktualna Wersja 1.3.1
Ostatnia Aktualizacja 2020-09-10
Data Publikacji 2020-08-27
Deweloper https://fee.finance
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://fee.finance
Adres URL Strony Pomocy https://github.com/harry830622/feel-the-fee/issues
Obsługiwane Języki 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
}