Ethereum Gas Price Extension
Displays the current gas price in Gwei and USD using your preferred gas price provider.
Was ist Ethereum Gas Price Extension?
Ethereum Gas Price Extension ist eine Chrome-Erweiterung, die von https://ethprofit.net entwickelt wurde, und ihr Hauptmerkmal ist "Displays the current gas price in Gwei and USD using your preferred gas price provider.".
Erweiterungsscreenshots
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 displays the current Ethereum gas price in Gwei, the estimated time, and the average USD cost of the transaction. Lightweight fast and convenient to use. Ethprofit is One-click ETH 2.0 staking calculator, Gas price estimator, BTConEthereum tracker & DeFi Leaderboard website. Visit us: https://ethprofit.net Open-sourced on Github: https://github.com/Ethprofit/ethereum-gas-price-extension
Grundlegende Informationen zur Erweiterung
Name | Ethereum Gas Price Extension |
ID | fkdpgnngeoheiclbcljihebimblcbcjj |
Offizielle URL | https://chromewebstore.google.com/detail/ethereum-gas-price-extens/fkdpgnngeoheiclbcljihebimblcbcjj |
Beschreibung | Displays the current gas price in Gwei and USD using your preferred gas price provider. |
Dateigröße | 188 KB |
Installationsanzahl | 1,508 |
Aktuelle Version | 1.00 |
Letztes Update | 2021-05-24 |
Veröffentlichungsdatum | 2021-05-17 |
Bewertung | 3.50/5 Insgesamt 2 Bewertungen |
Entwickler | https://ethprofit.net |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://ethprofit.net/ |
Hilfeseite URL | https://ethprofit.net/ |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ethereum Gas Price Extension ", "version": "1.00", "description": "Displays the current gas price in Gwei and USD using your preferred gas price provider.", "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 } } |