Ethereum Gas Price Extension
A simple free utility for your browser that helps you decide how much to spend on your next transaction.
Cos'è Ethereum Gas Price Extension?
Ethereum Gas Price Extension è un'estensione di Chrome sviluppata da nieldlr, e la sua funzione principale è "A simple free utility for your browser that helps you decide how much to spend on your next transaction.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ethereum Gas Price Extension
Scarica i file di estensione Ethereum Gas Price Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Ethereum Gas Price Extension |
ID | innfmlnnhfcebjcnfopadflecemoddnp |
URL Ufficiale | https://chromewebstore.google.com/detail/ethereum-gas-price-extens/innfmlnnhfcebjcnfopadflecemoddnp |
Descrizione | A simple free utility for your browser that helps you decide how much to spend on your next transaction. |
Dimensione del File | 53.53 KB |
Conteggio Installazioni | 91,740 |
Versione Corrente | 2.0.3 |
Ultimo Aggiornamento | 2021-08-05 |
Data di Pubblicazione | 2020-06-29 |
Valutazione | 4.76/5 Totale 42 Valutazioni |
Sviluppatore | nieldlr |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://gaspriceextension.com |
Lingue Supportate | 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 } } |