Resource Monitor

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

Co to jest Resource Monitor?

Resource Monitor to rozszerzenie Chrome opracowane przez chehadeh.developer, a jego główną funkcją jest „Adds a browser extension that monitors the resource usage of all browser processes.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Resource Monitor

Pobierz pliki rozszerzeń Resource Monitor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Resource Monitor Resource Monitor
ID kfecjkpibjkpelnoclmoddpekadonkpc
Oficjalny URL https://chrome.google.com/webstore/detail/resource-monitor/kfecjkpibjkpelnoclmoddpekadonkpc
Opis Adds a browser extension that monitors the resource usage of all browser processes.
Rozmiar pliku 34.15 KB
Liczba instalacji 45
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2020-08-26
Data Publikacji 2020-08-26
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper chehadeh.developer
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}