Ethereum gas price alert

Wolfalert - Set your alarm to be notified when the ethereum gas price is low!

¿Qué es Ethereum gas price alert?

Ethereum gas price alert es una extensión de Chrome desarrollada por pedro.reyes.solutions, y su función principal es "Wolfalert - Set your alarm to be notified when the ethereum gas price is low!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Ethereum gas price alert

Descarga archivos de extensión Ethereum gas price alert 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

                        Ethereum gas price alert. 

A simple form where you set the gas price is good for you. If the price is below your alarm then the gas price text will turn green or red in other case.                    

Información Básica de la Extensión

Nombre Ethereum gas price alert Ethereum gas price alert
ID abofcebkdhmjfllhaoihllkcdpfckiaa
URL Oficial https://chromewebstore.google.com/detail/ethereum-gas-price-alert/abofcebkdhmjfllhaoihllkcdpfckiaa
Descripción Wolfalert - Set your alarm to be notified when the ethereum gas price is low!
Tamaño del Archivo 49.3 MB
Cantidad de Instalaciones 154
Versión Actual 2.0.1
Última Actualización 2022-06-02
Fecha de Publicación 2021-07-28
Calificación 4.00/5 Total de 2 Calificaciones
Desarrollador pedro.reyes.solutions
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://wolfalert-prod.web.app/gas
URL de la Página de Ayuda https://t.me/joinchat/RLkEMkRDOovu9tuR
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Wolfalert",
    "name": "Ethereum gas price alert",
    "description": "Wolfalert - Set your alarm to be notified when the ethereum gas price is low!",
    "version": "2.0.1",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "alarms"
    ],
    "action": {
        "default_popup": ".\/build\/index.html",
        "default_title": "Open the popup",
        "default_icon": {
            "16": "\/assets\/icons\/icon16.png",
            "32": "\/assets\/icons\/icon32.png",
            "48": "\/assets\/icons\/icon48.png",
            "128": "\/assets\/icons\/icon128.png"
        }
    },
    "icons": {
        "16": "\/assets\/icons\/icon16.png",
        "32": "\/assets\/icons\/icon32.png",
        "48": "\/assets\/icons\/icon48.png",
        "128": "\/assets\/icons\/icon128.png"
    },
    "background": {
        "service_worker": ".\/src\/scripts\/background.js",
        "type": "module"
    }
}