System CPU Usage

Monitor the system's process via the toolbar popup or toolbar icon.

System CPU Usage क्या है?

System CPU Usage loora द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Monitor the system's process via the toolbar popup or toolbar icon."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में System CPU Usage एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}