Resource Monitor

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

什麼是Resource Monitor?

Resource Monitor是由chehadeh.developer開發的Chrome擴展程式,該擴展的主要功能是“Adds a browser extension that monitors the resource usage of all browser processes.”。

擴展截圖

screenshot

下載Resource Monitor擴展crx文件

下載Resource Monitor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Resource Monitor Resource Monitor
ID kfecjkpibjkpelnoclmoddpekadonkpc
官方網址 https://chrome.google.com/webstore/detail/resource-monitor/kfecjkpibjkpelnoclmoddpekadonkpc
簡介 Adds a browser extension that monitors the resource usage of all browser processes.
檔案大小 34.15 KB
安裝次數 45
目前版本 1.2
更新時間 2020-08-26
上架時間 2020-08-26
評分 5.00/5 共 1 次評分
開發者 chehadeh.developer
電子郵箱 [email protected]
付費類型 free
支援的語言 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
}