Request Tracker is a Chrome extension designed to help developers monitor the number of successful requests made in a specific tab. This tool is essential for debugging and optimizing web applications by providing real-time insights into network requests.
- Real-time Tracking: Automatically counts and displays the number of successful requests (HTTP status codes 200-299) made in the active tab.
- Download or clone this repository.
- Open Chrome and go to
chrome://extensions/
. - Enable "Developer mode" in the top right corner.
- Click on "Load unpacked" and select the directory where the extension is located.
- The Request Tracker extension should now appear in your list of extensions.