Chrome extension to simplify network request inspection. This application focuses on request payloads and responses. It lets you quickly display JSON payloads and responses by directly extending all JSON nodes.
It's a minimalist version of Chrome's network inspection tool. It's designed to be simple and easy to use. It's a great tool for developers who want to quickly inspect network requests and responses.
CSS, HTML and JS files are automatically enhanced and highlighted.
- Display basic request informations
- Request payload and response formatting and beautifying (JSON, JAVASCRIPT, HTML, XML, CSS)
- List of all requests with colored type and status
- Filter requests by type
- Clear all requests
- Code beautification is done with a Worker to avoid blocking the UI
- Clone the repository
- Install dependencies and build the project
npm install
npm run build
- Open Chrome and go to
chrome://extensions/
- Enable developer mode
- Click on
Load unpacked
and select thedist
folder
The application will be available in the Chrome toolbar.
MIT License