Ethereum Gas Price Extension

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

Cos'è Ethereum Gas Price Extension?

Ethereum Gas Price Extension è un'estensione di Chrome sviluppata da https://ethprofit.net, e la sua funzione principale è "Displays the current gas price in Gwei and USD using your preferred gas price provider.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Ethereum Gas Price Extension

Scarica i file di estensione Ethereum Gas Price Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Ethereum Gas Price Extension Ethereum Gas Price Extension
ID fkdpgnngeoheiclbcljihebimblcbcjj
URL Ufficiale https://chromewebstore.google.com/detail/ethereum-gas-price-extens/fkdpgnngeoheiclbcljihebimblcbcjj
Descrizione Displays the current gas price in Gwei and USD using your preferred gas price provider.
Dimensione del File 188 KB
Conteggio Installazioni 1,508
Versione Corrente 1.00
Ultimo Aggiornamento 2021-05-24
Data di Pubblicazione 2021-05-17
Valutazione 3.50/5 Totale 2 Valutazioni
Sviluppatore https://ethprofit.net
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://ethprofit.net/
URL della Pagina di Aiuto https://ethprofit.net/
Lingue Supportate 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
    }
}