Ethereum Gas Price Extension

Displays the current gas price in Gwei and USD using your preferred gas price provider.

¿Qué es Ethereum Gas Price Extension?

Ethereum Gas Price Extension es una extensión de Chrome desarrollada por https://ethprofit.net, y su función principal es "Displays the current gas price in Gwei and USD using your preferred gas price provider.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Ethereum Gas Price Extension

Descarga archivos de extensión Ethereum Gas Price Extension 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

                        This extension displays the current Ethereum gas price in Gwei, the estimated time, and the average USD cost of the transaction.

Lightweight fast and convenient to use.

Ethprofit is One-click ETH 2.0 staking calculator, Gas price estimator, BTConEthereum tracker & DeFi Leaderboard website. 

Visit us: https://ethprofit.net

Open-sourced on Github:
https://github.com/Ethprofit/ethereum-gas-price-extension                    

Información Básica de la Extensión

Nombre Ethereum Gas Price Extension Ethereum Gas Price Extension
ID fkdpgnngeoheiclbcljihebimblcbcjj
URL Oficial https://chromewebstore.google.com/detail/ethereum-gas-price-extens/fkdpgnngeoheiclbcljihebimblcbcjj
Descripción Displays the current gas price in Gwei and USD using your preferred gas price provider.
Tamaño del Archivo 188 KB
Cantidad de Instalaciones 1,508
Versión Actual 1.00
Última Actualización 2021-05-24
Fecha de Publicación 2021-05-17
Calificación 3.50/5 Total de 2 Calificaciones
Desarrollador https://ethprofit.net
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://ethprofit.net/
URL de la Página de Ayuda https://ethprofit.net/
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ethereum Gas Price Extension ",
    "version": "1.00",
    "description": "Displays the current gas price in Gwei and USD using your preferred gas price provider.",
    "manifest_version": 2,
    "background": {
        "page": "src\/background.html",
        "persistent": false
    },
    "icons": {
        "16": "static\/icon16.png",
        "48": "static\/icon48.png",
        "128": "static\/icon128.png"
    },
    "browser_action": {
        "default_icon": "static\/icon.png",
        "default_title": "Ethereum Gas Price",
        "default_popup": "src\/popup.html"
    },
    "permissions": [
        "alarms",
        "storage"
    ],
    "options_ui": {
        "page": "src\/options.html",
        "open_in_tab": true
    }
}