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
- Host: GitHub
- URL: https://github.com/byrdal/header-grep
- Owner: byrdal
- License: mit
- Created: 2017-10-06T05:44:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-21T07:01:25.000Z (over 2 years ago)
- Last Synced: 2024-02-22T07:34:28.730Z (over 2 years ago)
- Topics: chrome, chrome-extension
- Language: JavaScript
- Homepage:
- Size: 1.74 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# header-grep
[](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.

## 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)