A Chrome extension that displays the current Ethereum gas fees for slow confirmation directly on the extension icon badge.
- Displays Ethereum gas price (95% confidence) on the extension icon
- Updates automatically every 5 minutes
- Click the extension icon to manually refresh the gas price
- Caches gas price data locally for efficient updates
- Error handling with visual indicators
- Download or clone this repository
- Open Chrome and navigate to
chrome://extensions/ - Enable "Developer mode" in the top right corner
- Click "Load unpacked" and select the extension directory
- The extension will be installed and ready to use
- The extension icon will show the current gas price in Gwei
- Click the icon to manually refresh the gas price
- The badge background is dark grey for normal operation, red for errors
This extension uses the Blocknative Gas Price API to fetch real-time Ethereum gas prices:
- Endpoint:
https://api.blocknative.com/gasprices/blockprices?chainid=1 - Retrieves gas price with 95% confidence level
The extension requires the following permissions:
storage: To cache gas price data locallyalarms: To schedule periodic updates- Host permissions for
https://ethgasprice.org/*(Note: Code uses Blocknative API)
manifest.json: Extension manifest filebackground.js: Service worker handling gas price fetching and badge updatesicon16.png,icon48.png,icon128.png: Extension icons
No build process required - the extension runs directly from the source files.
- Fork the repository
- Create a feature branch
- Make your changes
- Test the extension
- Submit a pull request
This project is open source. Please check the license file for details.