This is a Chrome Extension. It's a very simple one: the extension will read the response of the current page and will show, inside the extension popup, the value you will search for into the input (if exist).
For example: if you write "date" inside the input, inside the "Result" section you will see the value of "date" readed from the header response.
All the values you will insert must be separated by comma (spaces are admitted, the words splitted by comma will be "trimmed" too). For example:
date, cache-control, dispatcher
In order to make the extension works correctly, refresh the page before trying to read the values.
N.B.: if you have a page that autorefresh somewhere, the value retrieved will be updated with the latest page refreshed.
The extension is available on the Chrome Web Store at this link.
Changelog of the version v0.2.1Features:
- Added a start/stop button and created a logic for it
- Added a logic that will refresh the page after the click on start/stop button
- Added a countdown timer that shows seconds remains before updating the values in popup (after the start/stop button click)
Bugfix:
- Now the scripts won't be executed into chrome://extensions* tabs.
- General bugfixing