WebExtension.net
Toggle dark mode
WebExtension.net

System Monitor for CPU / Memory

View on Chrome Web Store
View System Monitor for CPU / Memory Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (14 ratings)
1 new ratings
0 views
This extension has been viewed 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

A tool that display system CPU or Memory usage on the extension icon.
Type
Extension
Users
2,000 users
Website guokai.dev
Jackie(Guokai) Han
View author page of Jackie(Guokai) Han
Published
Published on January 19, 2020
Version 2.0.0
Manifest version
3
Updated
Updated on March 3, 2024
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View System Monitor for CPU / Memory Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top