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.”。
擴展截圖
下載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 |
ID | lheidmgnkjapapjngpmkfomgmdcjokoh |
官方網址 | 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 |
電子郵箱 | [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" } } |