Processor Monitor

Displays CPU Usage Information

Qu'est-ce que Processor Monitor ?

Processor Monitor est une extension Chrome développée par Daniel Herr, et sa fonction principale est "Displays CPU Usage Information".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Processor Monitor

Téléchargez les fichiers d'extension Processor Monitor 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 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.                    

Informations de Base sur l'Extension

Nom Processor Monitor Processor Monitor
ID ihfhbddglfpbodgoalhmljdneofejjnd
URL Officiel https://chromewebstore.google.com/detail/processor-monitor/ihfhbddglfpbodgoalhmljdneofejjnd
Description Displays CPU Usage Information
Taille du Fichier 20.97 KB
Nombre d'Installations 802
Version Actuelle 11.0.6
Dernière Mise à Jour 2022-09-22
Date de Publication 2019-06-07
Évaluation 4.45/5 Total 11 Évaluations
Développeur Daniel Herr
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://danielherr.software
Langues Prises en Charge 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"
    ]
}