Ethereum Gas Price Extension

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

Apa itu Ethereum Gas Price Extension?

Ethereum Gas Price Extension adalah ekstensi Chrome yang dikembangkan oleh https://ethprofit.net, dan fitur utamanya adalah "Displays the current gas price in Gwei and USD using your preferred gas price provider.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Ethereum Gas Price Extension

Unduh file ekstensi Ethereum Gas Price Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Ethereum Gas Price Extension Ethereum Gas Price Extension
ID fkdpgnngeoheiclbcljihebimblcbcjj
URL Resmi https://chromewebstore.google.com/detail/ethereum-gas-price-extens/fkdpgnngeoheiclbcljihebimblcbcjj
Deskripsi Displays the current gas price in Gwei and USD using your preferred gas price provider.
Ukuran File 188 KB
Jumlah Instalasi 1,508
Versi Saat Ini 1.00
Terakhir Diperbarui 2021-05-24
Tanggal Publikasi 2021-05-17
Penilaian 3.50/5 Total 2 Penilaian
Pengembang https://ethprofit.net
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://ethprofit.net/
URL Halaman Bantuan https://ethprofit.net/
Bahasa yang Didukung 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
    }
}