ETH gas alerts
Keep track of gas prices easily and set up notifications when it goes below a certain threshold
Τι είναι το ETH gas alerts;
Το ETH gas alerts είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ethgasalert, και η κύρια λειτουργία του είναι "Keep track of gas prices easily and set up notifications when it goes below a certain threshold".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης ETH gas alerts
Λήψη αρχείων επέκτασης ETH gas alerts σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Keep track of Ethereum gas prices from the browser and set up notifications when it goes below a certain threshold (e.g. whenever gas is below 20gwei -you can pick a custom threshold-). Gas prices get updated every minute. Powered by Etherscan.io APIs
Βασικές Πληροφορίες Επέκτασης
Όνομα | ETH gas alerts |
ID | eiphjjopllhmdfikjnhgcgigmobbehnm |
Επίσημο URL | https://chromewebstore.google.com/detail/eth-gas-alerts/eiphjjopllhmdfikjnhgcgigmobbehnm |
Περιγραφή | Keep track of gas prices easily and set up notifications when it goes below a certain threshold |
Μέγεθος Αρχείου | 29.32 KB |
Αριθμός Εγκαταστάσεων | 4,139 |
Τρέχουσα Έκδοση | 0.0.1 |
Τελευταία Ενημέρωση | 2020-11-28 |
Ημερομηνία Δημοσίευσης | 2020-11-24 |
Αξιολόγηση | 4.00/5 Συνολικά 9 Αξιολογήσεις |
Προγραμματιστής | ethgasalert |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ETH gas alerts", "description": "Keep track of gas prices easily and set up notifications when it goes below a certain threshold", "version": "0.0.1", "manifest_version": 2, "permissions": [ "alarms", "notifications", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "ethereum16.png", "48": "ethereum48.png", "128": "ethereum128.png" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com\/ https:\/\/ssl.google-analytics.com; object-src 'self'" } |