System Monitor for CPU / Memory

A tool that display system CPU or Memory usage on the extension icon.

System Monitor for CPU / Memory란 무엇입니까?

System Monitor for CPU / Memory은(는) https://guokai.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A tool that display system CPU or Memory usage on the extension icon."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

System Monitor for CPU / Memory 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension displays system's cpu or memory usage on the extension icon. Mouse over on it to show more details.

You can set options in the popup page:
• Display Type: CPU or Memory
• Display Format: Number or Graph
• Update Frequency
• Enable or Disable

Note: 
1. Memory Usage: because system cache is also counted as used memory, high memory usage does not necessarily mean insufficient memory.
2. CPU Temperature: it is displayed in the tooltip of the extension icon when you select "Display Type: CPU", and it is only available on Chrome OS.                    

확장 프로그램 기본 정보

이름 System Monitor for CPU / Memory System Monitor for CPU / Memory
ID fcofohckagnahikfankmacbepefilmof
공식 URL https://chromewebstore.google.com/detail/system-monitor-for-cpu-me/fcofohckagnahikfankmacbepefilmof
설명 A tool that display system CPU or Memory usage on the extension icon.
파일 크기 10.19 KB
설치 횟수 2,041
현재 버전 2.0.0
최근 업데이트 2024-03-03
출시 날짜 2020-02-07
평점 4.56/5 총 9 개의 평점
개발자 https://guokai.dev
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://guokai.dev/privacy
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "2.0.0",
    "minimum_chrome_version": "110",
    "author": "Guokai Han",
    "manifest_version": 3,
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "offline_enabled": true,
    "permissions": [
        "storage",
        "system.cpu",
        "system.memory"
    ],
    "icons": {
        "16": "icon\/16.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    }
}