/network-filter

Network filter tab for chome devtools

Primary LanguageJavaScript

network-filter

Network filter tab for chrome devtools.

image

The problem:

You're receiving a large number of network responses but you only want to to examine one. Chrome doesn't let you filter network responses by text content so you end up wasting time looking at many to find the one you want.

The solution:

Network filter adds a new devtools tab that allows you to filter network responses by text content. Time saved!

Installation:

Clone or download this repo. Drag and drop the folder onto your chrome extensions page (chrome://extensions).

Usage:

Open chrome devtools and you will see a new tab called network filter. Go to it and click "get network" in the top left. This will get all network requests/responses since devtools was opened. Type in the filter text input to find the network response you're looking for.