ETH Gas Price

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

Wat is ETH Gas Price?

ETH Gas Price is een Chrome-extensie ontwikkeld door Pato, en de belangrijkste functie is "Displays the current gas price (in gwei and not in $) using your preferred gas price provider.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ETH Gas Price

Download ETH Gas Price-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam ETH Gas Price ETH Gas Price
ID aehhmeflgglnnipjijolgkjgcnhnnjfd
Officiële URL https://chromewebstore.google.com/detail/eth-gas-price/aehhmeflgglnnipjijolgkjgcnhnnjfd
Beschrijving Displays the current gas price (in gwei and not in $) using your preferred gas price provider.
Bestandsgrootte 79.78 KB
Aantal Installaties 159
Huidige Versie 1.0
Laatst Bijgewerkt 2021-06-22
Publicatiedatum 2021-06-21
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Pato
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/patobiskoto/gas
Help Pagina-URL https://github.com/patobiskoto/gas
Ondersteunde Talen 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
    }
}