System Monitor for CPU / Memory

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

Cos'è System Monitor for CPU / Memory?

System Monitor for CPU / Memory è un'estensione di Chrome sviluppata da https://guokai.dev, e la sua funzione principale è "A tool that display system CPU or Memory usage on the extension icon.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione System Monitor for CPU / Memory

Scarica i file di estensione System Monitor for CPU / Memory in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome System Monitor for CPU / Memory System Monitor for CPU / Memory
ID fcofohckagnahikfankmacbepefilmof
URL Ufficiale https://chromewebstore.google.com/detail/system-monitor-for-cpu-me/fcofohckagnahikfankmacbepefilmof
Descrizione A tool that display system CPU or Memory usage on the extension icon.
Dimensione del File 10.19 KB
Conteggio Installazioni 2,041
Versione Corrente 2.0.0
Ultimo Aggiornamento 2024-03-03
Data di Pubblicazione 2020-02-07
Valutazione 4.56/5 Totale 9 Valutazioni
Sviluppatore https://guokai.dev
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://guokai.dev/privacy
Lingue Supportate 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"
    }
}