Resource Monitor

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

Apa itu Resource Monitor?

Resource Monitor adalah ekstensi Chrome yang dikembangkan oleh chehadeh.developer, dan fitur utamanya adalah "Adds a browser extension that monitors the resource usage of all browser processes.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Resource Monitor

Unduh file ekstensi Resource Monitor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Resource Monitor Resource Monitor
ID kfecjkpibjkpelnoclmoddpekadonkpc
URL Resmi https://chrome.google.com/webstore/detail/resource-monitor/kfecjkpibjkpelnoclmoddpekadonkpc
Deskripsi Adds a browser extension that monitors the resource usage of all browser processes.
Ukuran File 34.15 KB
Jumlah Instalasi 45
Versi Saat Ini 1.2
Terakhir Diperbarui 2020-08-26
Tanggal Publikasi 2020-08-26
Penilaian 5.00/5 Total 1 Penilaian
Pengembang chehadeh.developer
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}