A Chrome extension for monitoring and analyzing network traffic with detailed resource visualization.


Download it from Chrome Web Store
- Clone the repository
- Load the extension in Chrome:
- Go to
chrome://extensions/
- Enable "Developer mode" in the top right
- Click "Load unpacked" and select the root directory of this project
- Go to
- Click the TechTracer icon in your browser toolbar to open the popup
- View the list of captured network requests in the "Network Requests" tab
- Click on any request to see detailed information about headers and responses
- Switch to the "Resource Diagram" tab to visualize the relationships between resources
The resource diagram provides a visual representation of all network requests:
- Resources are organized by domain
- Color-coded by request method (GET, POST, etc.)
- Filter by resource type (API, Script, HTML, CSS, etc.)
- Hover over resources to see detailed information
- Zoom in/out to explore complex request patterns
Contributions are welcome! Please feel free to submit a Pull Request.
MIT