Ethereum Gas Price Extension

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

Was ist Ethereum Gas Price Extension?

Ethereum Gas Price Extension ist eine Chrome-Erweiterung, die von nieldlr entwickelt wurde, und ihr Hauptmerkmal ist "A simple free utility for your browser that helps you decide how much to spend on your next transaction.".

Erweiterungsscreenshots

screenshot
screenshot

Ethereum Gas Price Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ethereum Gas Price Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Ethereum Gas Price Extension Ethereum Gas Price Extension
ID innfmlnnhfcebjcnfopadflecemoddnp
Offizielle URL https://chromewebstore.google.com/detail/ethereum-gas-price-extens/innfmlnnhfcebjcnfopadflecemoddnp
Beschreibung A simple free utility for your browser that helps you decide how much to spend on your next transaction.
Dateigröße 53.53 KB
Installationsanzahl 91,740
Aktuelle Version 2.0.3
Letztes Update 2021-08-05
Veröffentlichungsdatum 2020-06-29
Bewertung 4.76/5 Insgesamt 42 Bewertungen
Entwickler nieldlr
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://gaspriceextension.com
Unterstützte Sprachen 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
    }
}