System CPU Usage

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

¿Qué es System CPU Usage?

System CPU Usage es una extensión de Chrome desarrollada por loora, y su función principal es "Monitor the system's process via the toolbar popup or toolbar icon.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión System CPU Usage

Descarga archivos de extensión System CPU Usage en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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).                    

Información Básica de la Extensión

Nombre System CPU Usage System CPU Usage
ID lheidmgnkjapapjngpmkfomgmdcjokoh
URL Oficial https://chromewebstore.google.com/detail/system-cpu-usage/lheidmgnkjapapjngpmkfomgmdcjokoh
Descripción Monitor the system's process via the toolbar popup or toolbar icon.
Tamaño del Archivo 24.84 KB
Cantidad de Instalaciones 99
Versión Actual 0.1.0
Última Actualización 2023-04-11
Fecha de Publicación 2023-04-11
Calificación 4.00/5 Total de 1 Calificaciones
Desarrollador loora
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://mybrowseraddon.com/system-cpu-usage.html
URL de la Página de Ayuda https://mybrowseraddon.com/system-cpu-usage.html
Idiomas Soportados 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"
    }
}