/Ramirez

chrome successful request tracker

Primary LanguageJavaScript

Request Tracker Chrome Extension

Overview

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.

Features

  • Real-time Tracking: Automatically counts and displays the number of successful requests (HTTP status codes 200-299) made in the active tab.

Installation

  1. Download or clone this repository.
  2. Open Chrome and go to chrome://extensions/.
  3. Enable "Developer mode" in the top right corner.
  4. Click on "Load unpacked" and select the directory where the extension is located.
  5. The Request Tracker extension should now appear in your list of extensions.