ETH gas alerts

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

Vad är ETH gas alerts?

ETH gas alerts är en Chrome-tillägg utvecklad av ethgasalert, och dess huvudfunktion är "Keep track of gas prices easily and set up notifications when it goes below a certain threshold".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner ETH gas alerts-förlängningens CRX-fil

Ladda ner ETH gas alerts-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn ETH gas alerts ETH gas alerts
ID eiphjjopllhmdfikjnhgcgigmobbehnm
Officiell webbadress https://chromewebstore.google.com/detail/eth-gas-alerts/eiphjjopllhmdfikjnhgcgigmobbehnm
Beskrivning Keep track of gas prices easily and set up notifications when it goes below a certain threshold
Filstorlek 29.32 KB
Antal Installationer 4,139
Aktuell Version 0.0.1
Senast Uppdaterad 2020-11-28
Publiceringsdatum 2020-11-24
Betyg 4.00/5 Totalt 9 Betyg
Utvecklare ethgasalert
E-post [email protected]
Betalningssätt free
Stödda Språk 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'"
}