System Monitor for CPU / Memory

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

What is System Monitor for CPU / Memory?

System Monitor for CPU / Memory is a Chrome extension developed by https://guokai.dev, and its main feature is "A tool that display system CPU or Memory usage on the extension icon.".

Extension Screenshots

screenshot
screenshot

Download System Monitor for CPU / Memory Extension CRX File

Download System Monitor for CPU / Memory extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name System Monitor for CPU / Memory System Monitor for CPU / Memory
ID fcofohckagnahikfankmacbepefilmof
Official URL https://chromewebstore.google.com/detail/system-monitor-for-cpu-me/fcofohckagnahikfankmacbepefilmof
Description A tool that display system CPU or Memory usage on the extension icon.
File Size 10.19 KB
Installation Count 2,041
Current Version 2.0.0
Last Updated 2024-03-03
Publish Date 2020-02-07
Rating 4.56/5 Total 9 Ratings
Developer https://guokai.dev
Email [email protected]
Payment Type free
Privacy Policy Page URL https://guokai.dev/privacy
Supported Languages 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"
    }
}