A web extension for highlighting and linking to ETH wallets.
EtherGlow is a lightweight Chrome extension that enhances Web3 browsing by automatically detecting Ethereum wallet addresses on any webpage and highlighting them with a vibrant, magical gradient glow. Beyond just highlighting, EtherGlow transforms each address into a clickable link directing users to its detailed page on Etherscan for easy verification and exploration. It also enriches the user experience by resolving addresses to their respective ENS names when available, replacing complicated hexadecimal strings with user-friendly domain names. Designed for developers, crypto enthusiasts, and everyday users alike, EtherGlow makes navigating Ethereum addresses intuitive, visually appealing, and interactive without disrupting webpage content.
EtherGlow is built as a Chrome extension using a content script that scans webpage text for Ethereum addresses using a precise regular expression. When an address is found, the script dynamically replaces it with an interactive, gradient-styled link. To resolve ENS names, the extension leverages the ethers.js library connected to the Ethereum mainnet via an Infura provider. This asynchronous ENS reverse lookup fetches human-readable names associated with addresses to improve clarity and user trust.

