Feel the Fee

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

Qu'est-ce que Feel the Fee ?

Feel the Fee est une extension Chrome développée par https://fee.finance, et sa fonction principale est "Check out real-time gas fees on Ethereum in whatever currency you like".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Feel the Fee

Téléchargez les fichiers d'extension Feel the Fee au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Feel the Fee Feel the Fee
ID ogajfoicbmjoggcpkmhddokjoipjbnkg
URL Officiel https://chromewebstore.google.com/detail/feel-the-fee/ogajfoicbmjoggcpkmhddokjoipjbnkg
Description Check out real-time gas fees on Ethereum in whatever currency you like
Taille du Fichier 606 KB
Nombre d'Installations 52
Version Actuelle 1.3.1
Dernière Mise à Jour 2020-09-10
Date de Publication 2020-08-27
Développeur https://fee.finance
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://fee.finance
URL de la Page d'Aide https://github.com/harry830622/feel-the-fee/issues
Langues Prises en Charge 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
}