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
官方URL 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
}