ETH Gas Price

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

Co je ETH Gas Price?

ETH Gas Price je rozšíření Chrome vyvinuté Pato, a jeho hlavní funkcí je „Displays the current gas price (in gwei and not in $) using your preferred gas price provider.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření ETH Gas Price

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

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

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

Název ETH Gas Price ETH Gas Price
ID aehhmeflgglnnipjijolgkjgcnhnnjfd
Oficiální URL https://chromewebstore.google.com/detail/eth-gas-price/aehhmeflgglnnipjijolgkjgcnhnnjfd
Popis Displays the current gas price (in gwei and not in $) using your preferred gas price provider.
Velikost souboru 79.78 KB
Počet instalací 159
Aktuální Verze 1.0
Poslední Aktualizace 2021-06-22
Datum Vydání 2021-06-21
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Pato
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/patobiskoto/gas
URL Stránky Nápovědy https://github.com/patobiskoto/gas
Podporované Jazyky 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
    }
}