Resource Monitor

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

Vad är Resource Monitor?

Resource Monitor är en Chrome-tillägg utvecklad av chehadeh.developer, och dess huvudfunktion är "Adds a browser extension that monitors the resource usage of all browser processes.".

Tilläggsskärmbilder

screenshot

Ladda ner Resource Monitor-förlängningens CRX-fil

Ladda ner Resource Monitor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Resource Monitor Resource Monitor
ID kfecjkpibjkpelnoclmoddpekadonkpc
Officiell webbadress https://chrome.google.com/webstore/detail/resource-monitor/kfecjkpibjkpelnoclmoddpekadonkpc
Beskrivning Adds a browser extension that monitors the resource usage of all browser processes.
Filstorlek 34.15 KB
Antal Installationer 45
Aktuell Version 1.2
Senast Uppdaterad 2020-08-26
Publiceringsdatum 2020-08-26
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare chehadeh.developer
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}