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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}