An open API service indexing awesome lists of open source software.

https://github.com/byrdal/header-grep

Chrome extension, grep header names and values
https://github.com/byrdal/header-grep

chrome chrome-extension

Last synced: 4 months ago
JSON representation

Chrome extension, grep header names and values

Awesome Lists containing this project

README

          

# header-grep

[![build](https://img.shields.io/github/actions/workflow/status/byrdal/header-grep/test.yml)](https://github.com/byrdal/header-grep/actions)

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](https://github.com/byrdal/header-grep/blob/master/store/screenshot.png?raw=true)

## Technologies
* Vanilla JS
* Tiny and fast [Monkberry](https://monkberry.js.org/) lib used for templating
* [Pure.css](https://purecss.io/) CSS with a minimal footprint

## Installation
The easiest way to install the extension is through the [Chrome web store](https://chrome.google.com/webstore/detail/header-grep/fcejhnhcjocabgajfejhhniamopjfagi?hl=en-GB)

## 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](https://github.com/byrdal/header-grep/blob/master/LICENSE)