Composer Web is a browser extension that simplifies debugging by capturing live content and forwarding frontend errors directly to Composer. With real-time monitoring, customizable logging, and iOS simulator support, it enhances the development workflow, making it easier to document and share web content with context.
The Composer Web Extension is a powerful tool designed for Cursor that simplifies the process of capturing live browser content and logging it directly into Composer. This facilitates more effective debugging, streamlined documentation, and easy sharing of web content with contextual information.
Connect to a Tab:
Cmd/Ctrl + ; or select the connect button in the status bar to choose your target tab. Monitoring of console logs and network requests will commence immediately.Monitor Activity:
Capture State:
iOS Simulator Integration (Beta):
To utilize the extension effectively, launch Chrome with remote debugging enabled:
# macOS
open -n -a "Google Chrome" --args --remote-debugging-port=9222 --user-data-dir=/tmp/chrome-debug-profile
# Windows
"C:\Program Files\Google\Chrome\Application\chrome.exe" --remote-debugging-port=9222 --user-data-dir=%TEMP%\chrome-debug-profile
# Linux
google-chrome --remote-debugging-port=9222 --user-data-dir=/tmp/chrome-debug-profile
After launching, press Cmd/Ctrl + ; to connect and start capturing!
Contributions are welcomed! Users can report bugs, suggest features, or contribute code by following guidelines available in the repository. For bug reports or feature requests, refer to the project’s Issues section.
The Composer Web Extension provides a seamless development experience by integrating real-time monitoring and logging with easy capture functionalities, streamlining the debugging process.
No comments yet.
Sign in to be the first to comment.