System CPU Usage

Monitor the system's process via the toolbar popup or toolbar icon.

System CPU Usageとは何ですか?

System CPU Usageはlooraによって開発されたChromeの拡張機能で、その主な機能は「Monitor the system's process via the toolbar popup or toolbar icon.」です。

拡張機能のスクリーンショット

screenshot

System CPU Usage拡張機能のCRXファイルをダウンロード

System CPU Usage拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        System CPU Usage extension lets you easily monitor the CPU usage in your system via the browser toolbar. 

Please open the toolbar popup UI to see the current CPU usage (in percent). Moreover, the color bar shows you the active CPU usage every second (updates every second). Toolbar icon will change dynamically according to the current CPU usage. Please note that color bars are random blue colors for both the toolbar popup UI and the toolbar button's icon.

If you have a feature request or found a bug to report, please fill out the bug report form on the addon's homepage (https://mybrowseraddon.com/system-cpu-usage.html).                    

拡張機能の基本情報

名前 System CPU Usage System CPU Usage
ID lheidmgnkjapapjngpmkfomgmdcjokoh
公式URL https://chromewebstore.google.com/detail/system-cpu-usage/lheidmgnkjapapjngpmkfomgmdcjokoh
説明 Monitor the system's process via the toolbar popup or toolbar icon.
ファイルサイズ 24.84 KB
インストール数 99
現在のバージョン 0.1.0
最終更新日 2023-04-11
公開日 2023-04-11
評価 4.00/5 合計 1 レビュー
開発者 loora
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://mybrowseraddon.com/system-cpu-usage.html
ヘルプページのURL https://mybrowseraddon.com/system-cpu-usage.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.0",
    "manifest_version": 3,
    "name": "System CPU Usage",
    "permissions": [
        "alarms",
        "storage",
        "system.cpu"
    ],
    "homepage_url": "https:\/\/mybrowseraddon.com\/system-cpu-usage.html",
    "description": "Monitor the system's process via the toolbar popup or toolbar icon.",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "System CPU Usage",
        "default_popup": "data\/popup\/popup.html",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}