System Monitor

Monitor system status like CPU, memory, battery

Wat is System Monitor?

System Monitor is een Chrome-extensie ontwikkeld door Rongjian Zhang, en de belangrijkste functie is "Monitor system status like CPU, memory, battery".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie System Monitor

Download System Monitor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Source code:

https://github.com/pd4d10/system-monitor                    

Basisinformatie over de Extensie

Naam System Monitor System Monitor
ID ecmlflnkenbdjfocclindonmigndecla
Officiële URL https://chromewebstore.google.com/detail/system-monitor/ecmlflnkenbdjfocclindonmigndecla
Beschrijving Monitor system status like CPU, memory, battery
Bestandsgrootte 94.98 KB
Aantal Installaties 12,890
Huidige Versie 1.5.1
Laatst Bijgewerkt 2020-02-01
Publicatiedatum 2020-02-01
Beoordeling 4.57/5 Totaal 49 Beoordelingen
Ontwikkelaar Rongjian Zhang
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/pd4d10/system-monitor
Help Pagina-URL https://github.com/pd4d10/system-monitor
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "System Monitor",
    "version": "1.5.1",
    "description": "Monitor system status like CPU, memory, battery",
    "homepage_url": "https:\/\/github.com\/pd4d10\/system-monitor",
    "offline_enabled": true,
    "background": {
        "scripts": [
            "dist\/background.js"
        ]
    },
    "permissions": [
        "system.cpu",
        "system.memory",
        "system.storage",
        "storage"
    ],
    "browser_action": {
        "default_popup": "dist\/popup.html"
    },
    "options_ui": {
        "page": "dist\/options.html",
        "chrome_style": true
    },
    "icons": {
        "128": "icon.png"
    }
}