Visual Inspect UI
Inspect and modify web page elements, edit styles and text, and extract images and videos.


Description
Visual Inspect UI is a browser extension designed for interactive inspection and modification of web page elements. It provides a modern, translucent interface that allows users to view and alter CSS styles, edit text content directly on the page, and highlight elements as they hover over them. The extension includes a fixed sidebar panel for quick access to its tools, making it convenient for developers, designers, and content creators who need to analyze or adjust web content in real time.
Features
- Element Inspector: This core feature lets you examine any element on a webpage. You can view its current CSS properties and apply style changes live, which is useful for debugging layout issues or experimenting with visual adjustments. Text editing is done inline, so you can modify headings, paragraphs, or labels without switching to a code editor. Interactive highlighting gives visual feedback as you move your mouse, helping you precisely target the desired element. The fixed sidebar panel keeps the inspector controls always accessible, even when scrolling through long pages.
- Media Tools: The extension includes dedicated scrapers for images and videos. The Image Scraper scans the page for all image files and provides direct links to download or open them, which works for images not protected by CORS headers. Similarly, the Video Scraper locates video source URLs, such as those embedded in HTML5 video tags. These tools are helpful when you need to quickly extract media assets from a site for reference or reuse, as long as they are not restricted by cross-origin policies. One-click access to each media file simplifies the process of saving or inspecting them.
- Page Tools: The Export Source feature allows you to save the entire HTML of the current page as a file with a single click, which is useful for offline analysis or archiving. The Reset Interface option clears any modifications made in the panel and restores the UI to its initial state, giving you a clean workspace for a new inspection session.
Visual Inspect UI is tailored for tasks like rapid prototyping, accessibility checks, content extraction, and learning how web pages are structured. Its combination of live editing, media scraping, and page export makes it a versatile companion for anyone working with web technologies.