Ethereum gas price alert

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

Hvad er Ethereum gas price alert?

Ethereum gas price alert er en Chrome-udvidelse udviklet af pedro.reyes.solutions, og dens hovedfunktion er "Wolfalert - Set your alarm to be notified when the ethereum gas price is low!".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Ethereum gas price alert-udvidelses-CRX-fil

Download Ethereum gas price alert-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Ethereum gas price alert Ethereum gas price alert
ID abofcebkdhmjfllhaoihllkcdpfckiaa
Officiel URL https://chromewebstore.google.com/detail/ethereum-gas-price-alert/abofcebkdhmjfllhaoihllkcdpfckiaa
Beskrivelse Wolfalert - Set your alarm to be notified when the ethereum gas price is low!
Filstørrelse 49.3 MB
Antal Installationer 154
Nuværende Version 2.0.1
Senest Opdateret 2022-06-02
Udgivelsesdato 2021-07-28
Bedømmelse 4.00/5 Samlet 2 Bedømmelser
Udvikler pedro.reyes.solutions
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://wolfalert-prod.web.app/gas
Hjælpeside-URL https://t.me/joinchat/RLkEMkRDOovu9tuR
Understøttede Sprog 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"
    }
}