Resource Monitor

Adds a browser extension that monitors the resource usage of all browser processes.

What is Resource Monitor?

Resource Monitor is a Chrome extension developed by chehadeh.developer, and its main feature is "Adds a browser extension that monitors the resource usage of all browser processes.".

Extension Screenshots

screenshot

Download Resource Monitor Extension CRX File

Download Resource Monitor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This is a simple, easy to use, resource monitor for your browser. It features a one-click setup that shows all the resources your tabs use. It also has the ability to terminate tabs at your discretion while offering a secondary means of confirmation before terminating certain tabs. 

This extension was made for a CS50 Final Project by Mostafa Chehadeh.                    

Extension Basic Information

Name Resource Monitor Resource Monitor
ID kfecjkpibjkpelnoclmoddpekadonkpc
Official URL https://chrome.google.com/webstore/detail/resource-monitor/kfecjkpibjkpelnoclmoddpekadonkpc
Description Adds a browser extension that monitors the resource usage of all browser processes.
File Size 34.15 KB
Installation Count 45
Current Version 1.2
Last Updated 2020-08-26
Publish Date 2020-08-26
Rating 5.00/5 Total 1 Ratings
Developer chehadeh.developer
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Resource Monitor",
    "version": "1.2",
    "description": "Adds a browser extension that monitors the resource usage of all browser processes.",
    "permissions": [
        "tabs",
        "processes"
    ],
    "browser_action": {
        "default_title": "Resource Monitor",
        "default_icon": "resourcemonitor128.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}