Feel the Fee

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

Cos'è Feel the Fee?

Feel the Fee è un'estensione di Chrome sviluppata da https://fee.finance, e la sua funzione principale è "Check out real-time gas fees on Ethereum in whatever currency you like".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Feel the Fee

Scarica i file di estensione Feel the Fee in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Feel the Fee Feel the Fee
ID ogajfoicbmjoggcpkmhddokjoipjbnkg
URL Ufficiale https://chromewebstore.google.com/detail/feel-the-fee/ogajfoicbmjoggcpkmhddokjoipjbnkg
Descrizione Check out real-time gas fees on Ethereum in whatever currency you like
Dimensione del File 606 KB
Conteggio Installazioni 52
Versione Corrente 1.3.1
Ultimo Aggiornamento 2020-09-10
Data di Pubblicazione 2020-08-27
Sviluppatore https://fee.finance
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://fee.finance
URL della Pagina di Aiuto https://github.com/harry830622/feel-the-fee/issues
Lingue Supportate 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
}