Ethereum Gas Price Extension
Displays the current gas price in Gwei and USD using your preferred gas price provider.
What is Ethereum Gas Price Extension?
Ethereum Gas Price Extension is a Chrome extension developed by https://ethprofit.net, and its main feature is "Displays the current gas price in Gwei and USD using your preferred gas price provider.".
Extension Screenshots
Download Ethereum Gas Price Extension Extension CRX File
Download Ethereum Gas Price Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Ethereum Gas Price Extension |
ID | fkdpgnngeoheiclbcljihebimblcbcjj |
Official URL | https://chromewebstore.google.com/detail/ethereum-gas-price-extens/fkdpgnngeoheiclbcljihebimblcbcjj |
Description | Displays the current gas price in Gwei and USD using your preferred gas price provider. |
File Size | 188 KB |
Installation Count | 1,508 |
Current Version | 1.00 |
Last Updated | 2021-05-24 |
Publish Date | 2021-05-17 |
Rating | 3.50/5 Total 2 Ratings |
Developer | https://ethprofit.net |
[email protected] | |
Payment Type | free |
Extension Website | https://ethprofit.net/ |
Help Page URL | https://ethprofit.net/ |
Supported Languages | 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 } } |