Ethereum Gas Price Extension

A simple free utility for your browser that helps you decide how much to spend on your next transaction.

Apa itu Ethereum Gas Price Extension?

Ethereum Gas Price Extension adalah ekstensi Chrome yang dikembangkan oleh nieldlr, dan fitur utamanya adalah "A simple free utility for your browser that helps you decide how much to spend on your next transaction.".

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 helps you keep track of the congestion on the Ethereum blockchain. It shows the latest fees so you can decide what's best for you to price your transactions.                    

Informasi Dasar Ekstensi

Nama Ethereum Gas Price Extension Ethereum Gas Price Extension
ID innfmlnnhfcebjcnfopadflecemoddnp
URL Resmi https://chromewebstore.google.com/detail/ethereum-gas-price-extens/innfmlnnhfcebjcnfopadflecemoddnp
Deskripsi A simple free utility for your browser that helps you decide how much to spend on your next transaction.
Ukuran File 53.53 KB
Jumlah Instalasi 91,740
Versi Saat Ini 2.0.3
Terakhir Diperbarui 2021-08-05
Tanggal Publikasi 2020-06-29
Penilaian 4.76/5 Total 42 Penilaian
Pengembang nieldlr
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://gaspriceextension.com
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ethereum Gas Price Extension",
    "version": "2.0.3",
    "description": "A simple free utility for your browser that helps you decide how much to spend on your next transaction.",
    "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
    }
}