Skip to content

This extension will create a Popup that will show the requested value without opening the network tab (if exist).

License

Notifications You must be signed in to change notification settings

simone-di-paolo/response-headers-values-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Response Headers Values Checker

What is this?

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.

Screenshot

Chrome Web Store Link

The extension is available on the Chrome Web Store at this link.

UPDATES

16-02-2023

Changelog of the version v0.2.1

Features:

  • 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

About

This extension will create a Popup that will show the requested value without opening the network tab (if exist).

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published