Ethereum gas price alert

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

Co je Ethereum gas price alert?

Ethereum gas price alert je rozšíření Chrome vyvinuté pedro.reyes.solutions, a jeho hlavní funkcí je „Wolfalert - Set your alarm to be notified when the ethereum gas price is low!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Ethereum gas price alert

Stáhněte si soubory rozšíření Ethereum gas price alert ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Ethereum gas price alert Ethereum gas price alert
ID abofcebkdhmjfllhaoihllkcdpfckiaa
Oficiální URL https://chromewebstore.google.com/detail/ethereum-gas-price-alert/abofcebkdhmjfllhaoihllkcdpfckiaa
Popis Wolfalert - Set your alarm to be notified when the ethereum gas price is low!
Velikost souboru 49.3 MB
Počet instalací 154
Aktuální Verze 2.0.1
Poslední Aktualizace 2022-06-02
Datum Vydání 2021-07-28
Hodnocení 4.00/5 Celkem 2 Hodnocení
Vývojář pedro.reyes.solutions
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://wolfalert-prod.web.app/gas
URL Stránky Nápovědy https://t.me/joinchat/RLkEMkRDOovu9tuR
Podporované Jazyky 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"
    }
}