SysMonitor
System monitor
Cos'è SysMonitor?
SysMonitor è un'estensione di Chrome sviluppata da computer anatomy, e la sua funzione principale è "System monitor".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SysMonitor
Scarica i file di estensione SysMonitor 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
SysMonitor is a simple system monitoring tool providing reliable information about:
OS, CPU, memory usage, storage devices and IP address.
CHANGELOG
- Added auto-refresh [2 minutes].
- Added operating system info.
- Added operating system version info (Google Chrome OS only).
- Added device uptime info.
- Added processor model info.
- Added processor core(s) number info.
- Added processor architecture info.
- Added processor instructions info (MMX SSE SSE2 SSE3 SSSE3 SSE4.1 SSE4.2 AVX only).
- Added processor temperature info (Compatible CPUs only).
- Added memory usage info.
- Added storage devices info (MS Windows only).
- Added network adapters IP info. Informazioni di Base sull'Estensione
| Nome | |
| ID | ehlkkfgebbcopebkhaajnekhljklcklg |
| URL Ufficiale | https://chromewebstore.google.com/detail/sysmonitor/ehlkkfgebbcopebkhaajnekhljklcklg |
| Descrizione | System monitor |
| Dimensione del File | 367 KB |
| Conteggio Installazioni | 46 |
| Versione Corrente | 0.1 |
| Ultimo Aggiornamento | 2023-07-15 |
| Data di Pubblicazione | 2023-07-15 |
| Sviluppatore | computer anatomy |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SysMonitor",
"short_name": "SysMonitor",
"description": "System monitor",
"version": "0.1",
"minimum_chrome_version": "88",
"manifest_version": 3,
"offline_enabled": true,
"permissions": [
"system.cpu",
"system.memory",
"system.storage",
"storage",
"unlimitedStorage"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"16": "icons\/sysmon-16.png"
}
},
"icons": {
"16": "icons\/sysmon-16.png",
"22": "icons\/sysmon-22.png",
"24": "icons\/sysmon-24.png",
"32": "icons\/sysmon-32.png",
"36": "icons\/sysmon-36.png",
"48": "icons\/sysmon-48.png",
"64": "icons\/sysmon-64.png",
"72": "icons\/sysmon-72.png",
"96": "icons\/sysmon-96.png",
"128": "icons\/sysmon-128.png",
"192": "icons\/sysmon-192.png"
}
} | |