https://github.com/nobe4/chrome-tracer
Open network tab no more
https://github.com/nobe4/chrome-tracer
Last synced: 3 months ago
JSON representation
Open network tab no more
- Host: GitHub
- URL: https://github.com/nobe4/chrome-tracer
- Owner: nobe4
- License: mit
- Created: 2016-04-10T18:17:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-10T19:05:42.000Z (over 10 years ago)
- Last Synced: 2025-03-13T10:22:33.863Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://github.com/nobe4/chrome-tracer
- Size: 20.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Google-tracer
Whenever I open Google Chrome, I open the network tab, to see every request. Now, I can leave the dev tools closed and see the requests on-page.
# Installation
1. Clone/copy the repo locally
2. Open chrome extensions page ( `chrome://extensions/` )
3. Activate developer's mode
4. `Load unpacked extension`
# What ?
This is a small Google Chrome extension that logs every request made from a tab (each tab has its own set of requests).
Yes, this extension will read every request you make, but I do nothing more with it than displaying a fancy list of numbers.
# Actions
With the `▼`/`▲` arrow you can hide and show the request list.
With the `⥥`/`⥮` you can toggle the auto-scroll.
When you click on a request id, the request url appears on the right of the request list.
# Contribute
Hello fellow human being, consider opening an issue or a PR.
# License
MIT