ETH Gas Price

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

Apa itu ETH Gas Price?

ETH Gas Price adalah ekstensi Chrome yang dikembangkan oleh Pato, dan fitur utamanya adalah "Displays the current gas price (in gwei and not in $) using your preferred gas price provider.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ETH Gas Price

Unduh file ekstensi ETH Gas Price 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

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

Informasi Dasar Ekstensi

Nama ETH Gas Price ETH Gas Price
ID aehhmeflgglnnipjijolgkjgcnhnnjfd
URL Resmi https://chromewebstore.google.com/detail/eth-gas-price/aehhmeflgglnnipjijolgkjgcnhnnjfd
Deskripsi Displays the current gas price (in gwei and not in $) using your preferred gas price provider.
Ukuran File 79.78 KB
Jumlah Instalasi 159
Versi Saat Ini 1.0
Terakhir Diperbarui 2021-06-22
Tanggal Publikasi 2021-06-21
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Pato
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/patobiskoto/gas
URL Halaman Bantuan https://github.com/patobiskoto/gas
Bahasa yang Didukung 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
    }
}