ETH Gas Price

Displays the current gas price (in gwei and not in $) using your preferred gas price provider.

Hvad er ETH Gas Price?

ETH Gas Price er en Chrome-udvidelse udviklet af Pato, og dens hovedfunktion er "Displays the current gas price (in gwei and not in $) using your preferred gas price provider.".

Udvidelsesskærmbilleder

screenshot

Download ETH Gas Price-udvidelses-CRX-fil

Download ETH Gas Price-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

                        ETH Gas Price helps Ethereum blockchain users to display the current transaction price in gwei.                    

Grundlæggende oplysninger om udvidelsen

Navn ETH Gas Price ETH Gas Price
ID aehhmeflgglnnipjijolgkjgcnhnnjfd
Officiel URL https://chromewebstore.google.com/detail/eth-gas-price/aehhmeflgglnnipjijolgkjgcnhnnjfd
Beskrivelse Displays the current gas price (in gwei and not in $) using your preferred gas price provider.
Filstørrelse 79.78 KB
Antal Installationer 159
Nuværende Version 1.0
Senest Opdateret 2021-06-22
Udgivelsesdato 2021-06-21
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Pato
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/patobiskoto/gas
Hjælpeside-URL https://github.com/patobiskoto/gas
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ETH Gas Price",
    "version": "1.0",
    "description": "Displays the current gas price (in gwei and not in $) using your preferred gas price provider.",
    "manifest_version": 2,
    "background": {
        "page": "src\/background.html",
        "persistent": false
    },
    "icons": {
        "16": "static\/icon16.png",
        "32": "static\/icon32.png",
        "128": "static\/icon128.png"
    },
    "browser_action": {
        "default_icon": "static\/icon.png",
        "default_title": "ETH Gas Price",
        "default_popup": "src\/popup.html"
    },
    "permissions": [
        "alarms",
        "storage"
    ],
    "options_ui": {
        "page": "src\/options.html",
        "open_in_tab": true
    }
}