ETH gas alerts
Keep track of gas prices easily and set up notifications when it goes below a certain threshold
Qu'est-ce que ETH gas alerts ?
ETH gas alerts est une extension Chrome développée par ethgasalert, et sa fonction principale est "Keep track of gas prices easily and set up notifications when it goes below a certain threshold".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ETH gas alerts
Téléchargez les fichiers d'extension ETH gas alerts 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
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
Informations de Base sur l'Extension
Nom | ETH gas alerts |
ID | eiphjjopllhmdfikjnhgcgigmobbehnm |
URL Officiel | https://chromewebstore.google.com/detail/eth-gas-alerts/eiphjjopllhmdfikjnhgcgigmobbehnm |
Description | Keep track of gas prices easily and set up notifications when it goes below a certain threshold |
Taille du Fichier | 29.32 KB |
Nombre d'Installations | 4,139 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2020-11-28 |
Date de Publication | 2020-11-24 |
Évaluation | 4.00/5 Total 9 Évaluations |
Développeur | ethgasalert |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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'" } |