Skip to content

Tab Resource Monitor is a tiny, useful, clean & clear Google Chrome extension for you who wants to know exactly what and how many resource each tab consumed.

License

Notifications You must be signed in to change notification settings

universeroc/TRM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TRM

Tab Resource Monitor is a tiny, useful, clean & clear Google Chrome extension for you who wants to know exactly what and how many resource each tab consumed.

Why you need it?

TRM is the minimal version to implement this feature, it's inspired by uBlock Orign. But uBlock Orign is too big and complex.

How does TRM work?

TRM only requires permissions: tabs, webRequest, webRequestBlocking, http://*/*, https://*/*

TRM use chrome.webRequest.onResponseStarted to implement the core feature. Each request headers contains the content-length option, TRM read it and sum all requests size together to calculate the resource consumption.

How can you help me?

Welcome any suggestion or advice!

You can create an issue or pull request on github or comments on chrome webstore.

About

Tab Resource Monitor is a tiny, useful, clean & clear Google Chrome extension for you who wants to know exactly what and how many resource each tab consumed.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published