ETH Gas Price
Displays the current gas price (in gwei and not in $) using your preferred gas price provider.
What is ETH Gas Price?
ETH Gas Price is a Chrome extension developed by Pato, and its main feature is "Displays the current gas price (in gwei and not in $) using your preferred gas price provider.".
Extension Screenshots
Download ETH Gas Price Extension CRX File
Download ETH Gas Price 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
ETH Gas Price helps Ethereum blockchain users to display the current transaction price in gwei.
Extension Basic Information
Name | ETH Gas Price |
ID | aehhmeflgglnnipjijolgkjgcnhnnjfd |
Official URL | https://chromewebstore.google.com/detail/eth-gas-price/aehhmeflgglnnipjijolgkjgcnhnnjfd |
Description | Displays the current gas price (in gwei and not in $) using your preferred gas price provider. |
File Size | 79.78 KB |
Installation Count | 159 |
Current Version | 1.0 |
Last Updated | 2021-06-22 |
Publish Date | 2021-06-21 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Pato |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/patobiskoto/gas |
Help Page URL | https://github.com/patobiskoto/gas |
Supported Languages | 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 } } |