Skip to content

Chrome extension for inspecting network requests. This extension is a simplified version of the default one.

Notifications You must be signed in to change notification settings

davidmonnom/networkly

Repository files navigation

Node.js CI

Networkly - Simple network inspector

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.

Install from Chrome store

image

Fonctionnalities

  • 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

Build it yourself

  1. Clone the repository
  2. Install dependencies and build the project
npm install
npm run build
  1. Open Chrome and go to chrome://extensions/
  2. Enable developer mode
  3. Click on Load unpacked and select the dist folder

The application will be available in the Chrome toolbar.

License

MIT License

About

Chrome extension for inspecting network requests. This extension is a simplified version of the default one.

Resources

Stars

Watchers

Forks

Packages

No packages published