This Chrome extension detects image URLs in web page content and displays a preview when you hover over them.
- Automatic detection of image URLs in web pages (.jpg, .png, .gif, .jpeg extensions)
- Preview display when hovering over image URLs
- Works with dynamically loaded content
- Automatic image size adjustment
- Extension enable/disable functionality
- Display of original image dimensions (width x height) with preview
- Multi-language support (Korean, English, Japanese, Chinese)
This extension supports various types of image URLs:
- Simple Image URLs: Basic image URLs are supported (e.g., https://example.com/image.jpg)
- Various Image Formats: Supports different image formats including PNG, GIF, and JPEG
- Image URLs Within Text: Detects and provides previews for image URLs embedded within text
- URLs With Query Parameters: Supports image URLs that include query strings (e.g., image.jpg?text=HelloWorld&font=roboto)
- Color-Specified Images: Supports image URLs with specified background and text colors
- Picsum Random Images: Supports random image service URLs like picsum.photos
- Dynamically Added Content: Detects and provides previews for image URLs added dynamically via JavaScript after the page has loaded
- Download or clone this repository
- Go to
chrome://extensions/
in your Chrome browser - Enable Developer Mode (top right)
- Click "Load unpacked extension"
- Select the downloaded folder
- After installing the extension, simply hover over an image URL on any webpage to see a preview of the image
- The actual dimensions of the original image (in pixels) are displayed at the bottom of the preview
- Click the extension icon to open a popup that allows you to enable or disable the extension
- When disabled, the image URL detection and preview functionality will not work