ETH gas alerts

Keep track of gas prices easily and set up notifications when it goes below a certain threshold

¿Qué es ETH gas alerts?

ETH gas alerts es una extensión de Chrome desarrollada por ethgasalert, y su función principal es "Keep track of gas prices easily and set up notifications when it goes below a certain threshold".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión ETH gas alerts

Descarga archivos de extensión ETH gas alerts en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre ETH gas alerts ETH gas alerts
ID eiphjjopllhmdfikjnhgcgigmobbehnm
URL Oficial https://chromewebstore.google.com/detail/eth-gas-alerts/eiphjjopllhmdfikjnhgcgigmobbehnm
Descripción Keep track of gas prices easily and set up notifications when it goes below a certain threshold
Tamaño del Archivo 29.32 KB
Cantidad de Instalaciones 4,139
Versión Actual 0.0.1
Última Actualización 2020-11-28
Fecha de Publicación 2020-11-24
Calificación 4.00/5 Total de 9 Calificaciones
Desarrollador ethgasalert
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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'"
}