Processor Monitor

Displays CPU Usage Information

Wat is Processor Monitor?

Processor Monitor is een Chrome-extensie ontwikkeld door Daniel Herr, en de belangrijkste functie is "Displays CPU Usage Information".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Processor Monitor

Download Processor 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

                        This extension shows cpu usage percent at a glance in the icon.

Click the icon to display an infobar on sites, open a floating panel which stays in view (separate app required).

Right click the icon and click options for customization.                    

Basisinformatie over de Extensie

Naam Processor Monitor Processor Monitor
ID ihfhbddglfpbodgoalhmljdneofejjnd
Officiële URL https://chromewebstore.google.com/detail/processor-monitor/ihfhbddglfpbodgoalhmljdneofejjnd
Beschrijving Displays CPU Usage Information
Bestandsgrootte 20.97 KB
Aantal Installaties 802
Huidige Versie 11.0.6
Laatst Bijgewerkt 2022-09-22
Publicatiedatum 2019-06-07
Beoordeling 4.45/5 Totaal 11 Beoordelingen
Ontwikkelaar Daniel Herr
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://danielherr.software
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Processor Monitor",
    "version": "11.0.6",
    "description": "Displays CPU Usage Information",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "author": "Daniel Herr",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "ids": [
            "kbilomlpmhhhaimaigidhnjijhiajbam"
        ]
    },
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/search\/Daniel%20Herr",
    "offline_enabled": true,
    "optional_permissions": [
        ""
    ],
    "options_page": "options.html",
    "permissions": [
        "system.cpu",
        "storage",
        "activeTab",
        "notifications",
        "contextMenus"
    ]
}