System Monitor for CPU / Memory

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

Qu'est-ce que System Monitor for CPU / Memory ?

System Monitor for CPU / Memory est une extension Chrome développée par https://guokai.dev, et sa fonction principale est "A tool that display system CPU or Memory usage on the extension icon.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension System Monitor for CPU / Memory

Téléchargez les fichiers d'extension System Monitor for CPU / Memory au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom System Monitor for CPU / Memory System Monitor for CPU / Memory
ID fcofohckagnahikfankmacbepefilmof
URL Officiel 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.
Taille du Fichier 10.19 KB
Nombre d'Installations 2,041
Version Actuelle 2.0.0
Dernière Mise à Jour 2024-03-03
Date de Publication 2020-02-07
Évaluation 4.56/5 Total 9 Évaluations
Développeur https://guokai.dev
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://guokai.dev/privacy
Langues Prises en Charge 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"
    }
}