extension_get_logs
Retrieve internal logs from the OpenTabs Chrome extension to view error messages, WebSocket events, and plugin injection warnings across all browser profiles without opening DevTools.
Instructions
[Disabled] Retrieve internal logs from the OpenTabs Chrome extension (background script and offscreen document) across all connected browser profiles. Returns log entries merged from all profiles, sorted newest-first, with each entry annotated with its connectionId. Use this to see error messages, WebSocket events, and plugin injection warnings without opening DevTools.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| level | No | Filter by log level. Defaults to all levels. | |
| source | No | Filter by source context. Defaults to all sources. | |
| limit | No | Maximum number of entries to return. Defaults to 100. | |
| since | No | Only return entries with timestamp >= this value (ms since epoch). |