ETH gas alerts

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

Co je ETH gas alerts?

ETH gas alerts je rozšíření Chrome vyvinuté ethgasalert, a jeho hlavní funkcí je „Keep track of gas prices easily and set up notifications when it goes below a certain threshold“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření ETH gas alerts

Stáhněte si soubory rozšíření ETH gas alerts 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í

                        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                    

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

Název ETH gas alerts ETH gas alerts
ID eiphjjopllhmdfikjnhgcgigmobbehnm
Oficiální URL https://chromewebstore.google.com/detail/eth-gas-alerts/eiphjjopllhmdfikjnhgcgigmobbehnm
Popis Keep track of gas prices easily and set up notifications when it goes below a certain threshold
Velikost souboru 29.32 KB
Počet instalací 4,139
Aktuální Verze 0.0.1
Poslední Aktualizace 2020-11-28
Datum Vydání 2020-11-24
Hodnocení 4.00/5 Celkem 9 Hodnocení
Vývojář ethgasalert
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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'"
}