ETH gas alerts

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

Hvad er ETH gas alerts?

ETH gas alerts er en Chrome-udvidelse udviklet af ethgasalert, og dens hovedfunktion er "Keep track of gas prices easily and set up notifications when it goes below a certain threshold".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download ETH gas alerts-udvidelses-CRX-fil

Download ETH gas alerts-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

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn ETH gas alerts ETH gas alerts
ID eiphjjopllhmdfikjnhgcgigmobbehnm
Officiel URL https://chromewebstore.google.com/detail/eth-gas-alerts/eiphjjopllhmdfikjnhgcgigmobbehnm
Beskrivelse Keep track of gas prices easily and set up notifications when it goes below a certain threshold
Filstørrelse 29.32 KB
Antal Installationer 4,139
Nuværende Version 0.0.1
Senest Opdateret 2020-11-28
Udgivelsesdato 2020-11-24
Bedømmelse 4.00/5 Samlet 9 Bedømmelser
Udvikler ethgasalert
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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'"
}