Browser Extension to log specific network traffic
- Network logger is the better alternative to
console.log()
for debugging applications. - Watching network data similar to variable watchers
Example for repeating requests:
- First input: partial URL of request
- Second input:
path to JSON field
, or?
- log only query string, or*
- log full JSON, or- empty - log nothing
npm run dist
- build the extension into./dist
folder