All Projects → awalgarg → Netmonitor

awalgarg / Netmonitor

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

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Netmonitor

Papers With Video
A browser extension that adds video explanations to research papers on arxiv.org
Stars: ✭ 338 (-13.55%)
Mutual labels:  chrome-extension
Chrome Tab Modifier
Take control of your tabs
Stars: ✭ 373 (-4.6%)
Mutual labels:  chrome-extension
Easy To Rss
🚀 Chrome/Firefox Extension to retreive RSS feeds URLs from WebSite, RSSHub supported
Stars: ✭ 386 (-1.28%)
Mutual labels:  chrome-extension
Arachne
An always-on framework that performs end-to-end functional network testing for reachability, latency, and packet loss
Stars: ✭ 353 (-9.72%)
Mutual labels:  network-monitoring
Lovely Forks
💚 🍴 Show notable forks of GitHub repositories under their names.
Stars: ✭ 365 (-6.65%)
Mutual labels:  chrome-extension
Awesome Json Viewer
🔥 A Chrome extension to visualise JSON response and introduce awesome JSON prettifying experiences.
Stars: ✭ 380 (-2.81%)
Mutual labels:  chrome-extension
Codercalendar
DEPRECATED -> Checkout nishanthvijayan/CoderCalendar-Extensions
Stars: ✭ 348 (-11%)
Mutual labels:  chrome-extension
Kc3kai
Kantai Collection Game Viewer and Tools
Stars: ✭ 387 (-1.02%)
Mutual labels:  chrome-extension
Rails panel
Chrome extension for Rails development
Stars: ✭ 3,678 (+840.66%)
Mutual labels:  chrome-extension
Zeek
Zeek is a powerful network analysis framework that is much different from the typical IDS you may know.
Stars: ✭ 4,180 (+969.05%)
Mutual labels:  network-monitoring
Cocoadebug
iOS Debugging Tool 🚀
Stars: ✭ 3,769 (+863.94%)
Mutual labels:  network-monitoring
Treeverse
A browser extension for navigating burgeoning Twitter conversations
Stars: ✭ 365 (-6.65%)
Mutual labels:  chrome-extension
Figma Html
Convert Figma designs to HTML, React, Vue, Angular, and more!
Stars: ✭ 382 (-2.3%)
Mutual labels:  chrome-extension
Extanalysis
Browser Extension Analysis Framework - Scan, Analyze Chrome, firefox and Brave extensions for vulnerabilities and intels
Stars: ✭ 351 (-10.23%)
Mutual labels:  chrome-extension
Browser Addon
Kee adds free, secure and easy password management features to your browser which save time and keep your private data more secure.
Stars: ✭ 386 (-1.28%)
Mutual labels:  chrome-extension
Chrome Extension React Typescript Boilerplate
🔨 A boilerplate project to quickly build a Chrome extension using TypeScript and React (built using webpack).
Stars: ✭ 347 (-11.25%)
Mutual labels:  chrome-extension
Timelineextension
Windows Timeline & Project Rome Web Extension
Stars: ✭ 375 (-4.09%)
Mutual labels:  chrome-extension
Noobox
A Chrome Extension that contains useful tools
Stars: ✭ 389 (-0.51%)
Mutual labels:  chrome-extension
Js Tracker
A chrome extension tracks front-end JavaScript that uses DOM / jQuery APIs to manipulate html dom elements (e.g., change style, attach event listener) at runtime.
Stars: ✭ 387 (-1.02%)
Mutual labels:  chrome-extension
Fake Filler Extension
A browser extension for Chrome, Edge and Firefox that fills dummy text in all input fields in a page.
Stars: ✭ 383 (-2.05%)
Mutual labels:  chrome-extension

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 [email protected], @awalGarg

License

WTFPL

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].