Ethereum Gas Price Extension
A simple free utility for your browser that helps you decide how much to spend on your next transaction.
Wat is Ethereum Gas Price Extension?
Ethereum Gas Price Extension is een Chrome-extensie ontwikkeld door nieldlr, en de belangrijkste functie is "A simple free utility for your browser that helps you decide how much to spend on your next transaction.".
Extensie Screenshots
Download het CRX-bestand van de extensie Ethereum Gas Price Extension
Download Ethereum Gas Price Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Ethereum Gas Price Extension |
ID | innfmlnnhfcebjcnfopadflecemoddnp |
Officiële URL | https://chromewebstore.google.com/detail/ethereum-gas-price-extens/innfmlnnhfcebjcnfopadflecemoddnp |
Beschrijving | A simple free utility for your browser that helps you decide how much to spend on your next transaction. |
Bestandsgrootte | 53.53 KB |
Aantal Installaties | 91,740 |
Huidige Versie | 2.0.3 |
Laatst Bijgewerkt | 2021-08-05 |
Publicatiedatum | 2020-06-29 |
Beoordeling | 4.76/5 Totaal 42 Beoordelingen |
Ontwikkelaar | nieldlr |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://gaspriceextension.com |
Ondersteunde Talen | 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 } } |