Skip to content

v1.0.3

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Jun 18:31

Chrome DevTools Protocol Extension v1.0.3

Installation

  1. Download the .dxt file from this release
  2. Open Claude Desktop
  3. Go to Extensions and install the downloaded file

Features

  • Start Chrome with debugging enabled
  • Monitor network requests and responses
  • Inspect console logs and errors
  • Analyze page performance metrics
  • Execute JavaScript in browser context
  • Navigate and control browser programmatically

Usage

After installation, you can use commands like:

  • start_chrome_and_connect("localhost:3000") - Connect to your web app
  • get_network_requests() - View HTTP traffic
  • get_console_error_summary() - Analyze JavaScript errors

For full documentation, see the repository README.

Full Changelog: v1.0.1...v1.0.3