Feel the Fee
Check out real-time gas fees on Ethereum in whatever currency you like
Τι είναι το Feel the Fee;
Το Feel the Fee είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://fee.finance, και η κύρια λειτουργία του είναι "Check out real-time gas fees on Ethereum in whatever currency you like".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Feel the Fee
Λήψη αρχείων επέκτασης Feel the Fee σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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!
Βασικές Πληροφορίες Επέκτασης
Όνομα | Feel the Fee |
ID | ogajfoicbmjoggcpkmhddokjoipjbnkg |
Επίσημο URL | https://chromewebstore.google.com/detail/feel-the-fee/ogajfoicbmjoggcpkmhddokjoipjbnkg |
Περιγραφή | Check out real-time gas fees on Ethereum in whatever currency you like |
Μέγεθος Αρχείου | 606 KB |
Αριθμός Εγκαταστάσεων | 52 |
Τρέχουσα Έκδοση | 1.3.1 |
Τελευταία Ενημέρωση | 2020-09-10 |
Ημερομηνία Δημοσίευσης | 2020-08-27 |
Προγραμματιστής | https://fee.finance |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://fee.finance |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/harry830622/feel-the-fee/issues |
Υποστηριζόμενες Γλώσσες | 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 } |