Helps to debug the issue when fronend breaks during page reloads. Shows if any APIs response or header has changed.
A couple of times I ran into an issue where frontend application state was changing on reloading of the page. Need to track down if it was a frontend bug or APIs were not consistent. So created this extension to double check the API.
I will publish this to chromestore soon and update the link here
- pulish to chrome app store
- compare headers
- give filtering option
- let the user choose the response types
icon by creativestall from thenounproject
https://github.com/mooring/chrome-extensions used this get started with.
Used deep-diff to generate json response diff
MIT