Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/awalgarg/netmonitor
A Chrome extension which shows background network activity of web pages after they are loaded.
https://github.com/awalgarg/netmonitor
chrome-extension network-monitoring
Last synced: 16 days ago
JSON representation
A Chrome extension which shows background network activity of web pages after they are loaded.
- Host: GitHub
- URL: https://github.com/awalgarg/netmonitor
- Owner: awalgarg
- Archived: true
- Created: 2016-07-09T12:29:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-11T10:42:08.000Z (over 8 years ago)
- Last Synced: 2024-08-01T05:22:41.529Z (3 months ago)
- Topics: chrome-extension, network-monitoring
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/netmonitor/jekcpjegemgakiacfgiplacomhabclce
- Size: 86.9 KB
- Stars: 391
- Watchers: 24
- Forks: 17
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# netmonitor
**A Chrome extension which shows background network activity of web pages after they are loaded.**
The "loading" icon for tabs in browsers only spins while the page is loading. Web pages can do network IO via JavaScript in background without the user knowing, even after the first page load. This extension highlights such network activity and shows a count of requests performed till now by the page in a small indicator. It is updated in real-time for each tab.
A lot of web pages use background network requests for tracking user actions and sending data to remote servers, lazily loading heavy assets, etc., and all that goes unnoticed by the user. Ideally, the browser's "loading icon" should spin for those requests as well, but since it doesn't, I wrote this extension.
### Screenshots
Web page constantly making requests even after page load:
![](./screenshots/netmonitor-state-making-requests.png)
*note the hexagonal red icon and the request count*
Simple and good web page which makes two requests at load and then does nothing:
![](./screenshots/netmonitor-state-done.png)*simple network icon with request count*
### Author
Awal Garg , [@awalGarg](https://twitter.com/awalGarg)
### License
[WTFPL](http://www.wtfpl.net/)