Fantom Gas Price Extension
Displays the current gas price using your preferred gas price provider.
Τι είναι το Fantom Gas Price Extension;
Το Fantom Gas Price Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον PeaStew, και η κύρια λειτουργία του είναι "Displays the current gas price using your preferred gas price provider.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Fantom Gas Price Extension
Λήψη αρχείων επέκτασης Fantom Gas Price Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Shows current gas price estimates from FTMScan to help better estimate gas needed for a transaction on the Fantom blockchain in MetaMask (for example)
Βασικές Πληροφορίες Επέκτασης
Όνομα | Fantom Gas Price Extension |
ID | ejgbnkkomdnnhlegcmpjchhbmdekgbdm |
Επίσημο URL | https://chromewebstore.google.com/detail/fantom-gas-price-extensio/ejgbnkkomdnnhlegcmpjchhbmdekgbdm |
Περιγραφή | Displays the current gas price using your preferred gas price provider. |
Μέγεθος Αρχείου | 78.2 KB |
Αριθμός Εγκαταστάσεων | 58 |
Τρέχουσα Έκδοση | 0.0.1 |
Τελευταία Ενημέρωση | 2022-02-14 |
Ημερομηνία Δημοσίευσης | 2022-02-14 |
Προγραμματιστής | PeaStew |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/PeaStew/fantom-gas-price-extension |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/PeaStew/fantom-gas-price-extension |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fantom Gas Price Extension", "version": "0.0.1", "description": "Displays the current gas price using your preferred gas price provider.", "manifest_version": 3, "icons": { "16": "static\/icon16.png", "48": "static\/icon48.png", "128": "static\/icon128.png" }, "action": { "default_title": "Fantom Gas Price", "default_popup": "src\/popup.html", "default_icon": { "16": "static\/icon16.png", "32": "static\/icon32.png", "48": "static\/icon48.png", "128": "static\/icon128.png" } }, "background": { "service_worker": "src\/background.js" }, "permissions": [ "alarms", "storage" ] } |