aicoolies logo
VisBug logo

VisBug

Google Chrome Labs visual design tool for editing live web pages

Share
open-sourceOpen Source
Visit Website →

VisBug is a Chrome Labs browser extension that lets developers and designers edit live web pages visually. It provides tools for moving, resizing, and styling elements directly on the page with point-and-click interaction. Features include margin and padding visualization, typography editing, color modification, and accessibility inspection without touching code or opening DevTools.

VisBug brings design tool interactions directly to the browser, enabling visual manipulation of live web pages without opening developer tools or editing source code. Created by Google Chrome Labs, the extension provides a toolbar of design-oriented tools that work by clicking and dragging elements on any webpage. The move tool repositions elements, the margin tool adjusts spacing visually, the typography tool modifies fonts and sizes through a properties panel, and the color tool changes colors with a picker.

The visual editing approach serves both developers prototyping layout changes and designers who want to experiment with modifications before communicating them to the development team. Changes are applied as inline styles to the live DOM, providing immediate visual feedback without a build step or page reload. While changes are temporary and do not persist, they serve as a rapid exploration tool for trying design alternatives before committing to code changes.

VisBug includes accessibility inspection tools that visualize the accessibility tree, show heading hierarchy, display alt text for images, and check color contrast ratios. The guides tool draws alignment lines between elements to verify visual consistency. The search tool finds elements by selector or content, highlighting matches on the page. As a Google Chrome Labs project, VisBug represents Google's investment in making web design accessible to non-developers while providing developers with faster visual debugging workflows.

Pricing

Free and open-source

Platforms

Chrome browser extension

Categories

Tags

Use Cases

Alternatives

Related Tools

Accomplish Coworker

Open-source desktop AI coworker for browsing and code execution.

Accomplish Coworker is an MIT-licensed open-source AI coworker that runs on the desktop, combining computer-use style browsing with code execution so agents can research, implement, run, and debug workflows in one local environment.

open-sourceOpen SourceTelemetry

Safari MCP Server

Apple's Safari-native MCP server for web debugging agents

Safari MCP Server is Apple's safaridriver-based MCP server in Safari Technology Preview, giving compatible coding agents local access to Safari page content, console logs, network requests, screenshots, JavaScript evaluation, interactions, viewport controls, and accessibility/performance checks.

freeTelemetry
BrowserOS logo

BrowserOS

Open-source agentic browser that runs local AI agents in your browsing workflow.

BrowserOS is a privacy-first, open-source agentic browser for running AI assistants locally inside real browsing sessions instead of handing every task to a remote cloud browser.

open-sourceOpen Source
Webwright logo

Webwright

Microsoft browser agent that turns long-horizon web tasks into reusable Playwright code

Webwright is a Microsoft browser-agent project that asks coding models to write, debug, and reuse Playwright scripts instead of relying on one-off stochastic click loops. The approach gives automation teams a more inspectable artifact: scripts can be logged, reviewed, rerun, and maintained like normal test or scraping code. It is especially relevant for long-horizon browser tasks where teams care about determinism, auditability, and resilience to UI changes.

open-sourceOpen Source
Requestly logo

Requestly

One tool for intercepting, mocking, and replaying HTTP — acquired by BrowserStack

Requestly is a BrowserStack-backed API client, HTTP interceptor, mock server, and session replay tool for frontend and QA teams. Its current product is commercial/API-client led, while the legacy interceptor/open-source code is AGPLv3. The free plan covers individual workflows, and Pro lists at $12/user/month monthly or $9/user/month annually for collaborative QA and frontend debugging teams.

freemium
JSON Crack logo

JSON Crack

Visualize JSON, YAML, XML, and CSV as interactive graphs

JSON Crack transforms structured data files into interactive, visual graphs that make complex nested data easy to understand. Paste or import JSON, YAML, XML, CSV, or TOML and instantly see the data as a navigable node graph with collapsible sections, search, and path highlighting. All processing happens client-side with no server storage.

open-sourceOpen Source