Feel the Fee

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

¿Qué es Feel the Fee?

Feel the Fee es una extensión de Chrome desarrollada por https://fee.finance, y su función principal es "Check out real-time gas fees on Ethereum in whatever currency you like".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Feel the Fee

Descarga archivos de extensión Feel the Fee en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Feel the Fee Feel the Fee
ID ogajfoicbmjoggcpkmhddokjoipjbnkg
URL Oficial https://chromewebstore.google.com/detail/feel-the-fee/ogajfoicbmjoggcpkmhddokjoipjbnkg
Descripción Check out real-time gas fees on Ethereum in whatever currency you like
Tamaño del Archivo 606 KB
Cantidad de Instalaciones 52
Versión Actual 1.3.1
Última Actualización 2020-09-10
Fecha de Publicación 2020-08-27
Desarrollador https://fee.finance
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://fee.finance
URL de la Página de Ayuda https://github.com/harry830622/feel-the-fee/issues
Idiomas Soportados 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
}