System CPU Usage
Monitor the system's process via the toolbar popup or toolbar icon.
System CPU Usage là gì?
System CPU Usage là một tiện ích mở rộng Chrome được phát triển bởi loora, và tính năng chính của nó là "Monitor the system's process via the toolbar popup or toolbar icon.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng System CPU Usage
Tải xuống các tệp mở rộng System CPU Usage dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | System CPU Usage |
ID | lheidmgnkjapapjngpmkfomgmdcjokoh |
URL Chính Thức | https://chromewebstore.google.com/detail/system-cpu-usage/lheidmgnkjapapjngpmkfomgmdcjokoh |
Mô tả | Monitor the system's process via the toolbar popup or toolbar icon. |
Kích Thước Tệp | 24.84 KB |
Số Lần Cài Đặt | 99 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2023-04-11 |
Ngày Phát Hành | 2023-04-11 |
Đánh Giá | 4.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | loora |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://mybrowseraddon.com/system-cpu-usage.html |
URL Trang Trợ Giúp | https://mybrowseraddon.com/system-cpu-usage.html |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |