Resource Monitor

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

Co je Resource Monitor?

Resource Monitor je rozšíření Chrome vyvinuté chehadeh.developer, a jeho hlavní funkcí je „Adds a browser extension that monitors the resource usage of all browser processes.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Resource Monitor

Stáhněte si soubory rozšíření Resource Monitor ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Resource Monitor Resource Monitor
ID kfecjkpibjkpelnoclmoddpekadonkpc
Oficiální URL https://chrome.google.com/webstore/detail/resource-monitor/kfecjkpibjkpelnoclmoddpekadonkpc
Popis Adds a browser extension that monitors the resource usage of all browser processes.
Velikost souboru 34.15 KB
Počet instalací 45
Aktuální Verze 1.2
Poslední Aktualizace 2020-08-26
Datum Vydání 2020-08-26
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář chehadeh.developer
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}