ETH Gas Price
Displays the current gas price (in gwei and not in $) using your preferred gas price provider.
Cos'è ETH Gas Price?
ETH Gas Price è un'estensione di Chrome sviluppata da Pato, e la sua funzione principale è "Displays the current gas price (in gwei and not in $) using your preferred gas price provider.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ETH Gas Price
Scarica i file di estensione ETH Gas Price 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
ETH Gas Price helps Ethereum blockchain users to display the current transaction price in gwei.
Informazioni di Base sull'Estensione
Nome | ETH Gas Price |
ID | aehhmeflgglnnipjijolgkjgcnhnnjfd |
URL Ufficiale | https://chromewebstore.google.com/detail/eth-gas-price/aehhmeflgglnnipjijolgkjgcnhnnjfd |
Descrizione | Displays the current gas price (in gwei and not in $) using your preferred gas price provider. |
Dimensione del File | 79.78 KB |
Conteggio Installazioni | 159 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2021-06-22 |
Data di Pubblicazione | 2021-06-21 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Pato |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/patobiskoto/gas |
URL della Pagina di Aiuto | https://github.com/patobiskoto/gas |
Lingue Supportate | 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 } } |