Skip to content

byrdal/header-grep

Repository files navigation

header-grep

build

Chrome extension to easily filter header names and values on both requests and responses.

This extension adds a new tab in the chrome developer tools. From there you can monitor and search headers using regular expressions.

Screenshot

Technologies

  • Vanilla JS
  • Tiny and fast Monkberry lib used for templating
  • Pure.css CSS with a minimal footprint

Installation

The easiest way to install the extension is through the Chrome web store

Alternative installation

  • Clone repository
  • Build from source
  • Go to chrome://extensions/
  • Enable developer mode
  • Click load unpacked extension
  • Select the dist directory
  • Extension is now available as a new tab in chrome devtools

Building

Install dependencies

npm ci

Build dist

npm run build

License

MIT