Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
N

netmonitor

> 编程语言
Open source

A Chrome extension which shows background network activity of web pages after they are loaded.

389 stars0 likes1 views
WebsiteGitHub

About

A Chrome extension which shows background network activity of web pages after they are loaded.

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:

note the hexagonal red icon and the request count

Simple and good web page which makes two requests at load and then does nothing:

simple network icon with request count

Author

Awal Garg , @awalGarg

License

WTFPL

Issues· 0 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

JavaScriptchrome-extensionnetwork-monitoring

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言