TestX DevTools Extension (MVP) What it does Adds a TestX tab to Chrome DevTools. Streams network requests from DevTools API. Captures page console.log/info/warn/error. Supports manual storage snapshot (localStorage, sessionStorage, cookie counts). Exports collected events to JSON. Setup Install dependencies: npm install Build once: npm run build Or watch build during development: npm run dev Load in Chrome Open chrome://extensions. Enable Developer mode. Click Load unpacked. Select the dist folder in this project. Open any site, open DevTools (F12), then open the TestX tab. Notes This extension adds a custom DevTools panel. It does not replace native Network, Console, or Application tabs. Console capture starts after content script + hook injection; very early page logs can be missed.