ETH gas alerts

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

Cos'è ETH gas alerts?

ETH gas alerts è un'estensione di Chrome sviluppata da ethgasalert, e la sua funzione principale è "Keep track of gas prices easily and set up notifications when it goes below a certain threshold".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione ETH gas alerts

Scarica i file di estensione ETH gas alerts in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome ETH gas alerts ETH gas alerts
ID eiphjjopllhmdfikjnhgcgigmobbehnm
URL Ufficiale https://chromewebstore.google.com/detail/eth-gas-alerts/eiphjjopllhmdfikjnhgcgigmobbehnm
Descrizione Keep track of gas prices easily and set up notifications when it goes below a certain threshold
Dimensione del File 29.32 KB
Conteggio Installazioni 4,139
Versione Corrente 0.0.1
Ultimo Aggiornamento 2020-11-28
Data di Pubblicazione 2020-11-24
Valutazione 4.00/5 Totale 9 Valutazioni
Sviluppatore ethgasalert
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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'"
}