Export Network requests, Console logs, and Storage data directly from a custom Chrome DevTools panel.
- Network: Capture requests with headers, bodies, and response data
- Console: Capture page console logs and errors
- Storage: Export localStorage, sessionStorage, cookies, and IndexedDB
- Export: Copy or download entries as JSON
- Filter: Filter network and console entries
- Iframes: Toggle iframe log capture in Console tab
- Build the extension:
bun run build
- Open
chrome://extensionsand enable Developer mode. - Click Load unpacked and select the
distfolder. - Open DevTools and select the Export panel.
- Network tab: Click copy or download on a request.
- Console tab: Click copy or download on a log entry.
- Storage tab: Click Export for a storage type.
host_permissions: <all_urls>is required to capture console logs from the page context.
- Source:
src/ - Build output:
dist/
- Some pages may block or override console hooks; results can vary.
- Restricted URLs (e.g.
chrome://, Chrome Web Store) won’t be capturable.
MIT
