Ethereum Gas Price Extension

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

Hvad er Ethereum Gas Price Extension?

Ethereum Gas Price Extension er en Chrome-udvidelse udviklet af https://ethprofit.net, og dens hovedfunktion er "Displays the current gas price in Gwei and USD using your preferred gas price provider.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Ethereum Gas Price Extension-udvidelses-CRX-fil

Download Ethereum Gas Price Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Ethereum Gas Price Extension Ethereum Gas Price Extension
ID fkdpgnngeoheiclbcljihebimblcbcjj
Officiel URL https://chromewebstore.google.com/detail/ethereum-gas-price-extens/fkdpgnngeoheiclbcljihebimblcbcjj
Beskrivelse Displays the current gas price in Gwei and USD using your preferred gas price provider.
Filstørrelse 188 KB
Antal Installationer 1,508
Nuværende Version 1.00
Senest Opdateret 2021-05-24
Udgivelsesdato 2021-05-17
Bedømmelse 3.50/5 Samlet 2 Bedømmelser
Udvikler https://ethprofit.net
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://ethprofit.net/
Hjælpeside-URL https://ethprofit.net/
Understøttede Sprog 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
    }
}