ETH gas alerts
Keep track of gas prices easily and set up notifications when it goes below a certain threshold
Wat is ETH gas alerts?
ETH gas alerts is een Chrome-extensie ontwikkeld door ethgasalert, en de belangrijkste functie is "Keep track of gas prices easily and set up notifications when it goes below a certain threshold".
Extensie Screenshots
Download het CRX-bestand van de extensie ETH gas alerts
Download ETH gas alerts-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | ETH gas alerts |
ID | eiphjjopllhmdfikjnhgcgigmobbehnm |
Officiële URL | https://chromewebstore.google.com/detail/eth-gas-alerts/eiphjjopllhmdfikjnhgcgigmobbehnm |
Beschrijving | Keep track of gas prices easily and set up notifications when it goes below a certain threshold |
Bestandsgrootte | 29.32 KB |
Aantal Installaties | 4,139 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2020-11-28 |
Publicatiedatum | 2020-11-24 |
Beoordeling | 4.00/5 Totaal 9 Beoordelingen |
Ontwikkelaar | ethgasalert |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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'" } |