ETH Gas Price

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

¿Qué es ETH Gas Price?

ETH Gas Price es una extensión de Chrome desarrollada por Pato, y su función principal es "Displays the current gas price (in gwei and not in $) using your preferred gas price provider.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión ETH Gas Price

Descarga archivos de extensión ETH Gas Price en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre ETH Gas Price ETH Gas Price
ID aehhmeflgglnnipjijolgkjgcnhnnjfd
URL Oficial https://chromewebstore.google.com/detail/eth-gas-price/aehhmeflgglnnipjijolgkjgcnhnnjfd
Descripción Displays the current gas price (in gwei and not in $) using your preferred gas price provider.
Tamaño del Archivo 79.78 KB
Cantidad de Instalaciones 159
Versión Actual 1.0
Última Actualización 2021-06-22
Fecha de Publicación 2021-06-21
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Pato
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/patobiskoto/gas
URL de la Página de Ayuda https://github.com/patobiskoto/gas
Idiomas Soportados 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
    }
}