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
Eメール [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
}