Processor Monitor

Displays CPU Usage Information

Τι είναι το Processor Monitor;

Το Processor Monitor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Daniel Herr, και η κύρια λειτουργία του είναι "Displays CPU Usage Information".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Processor Monitor

Λήψη αρχείων επέκτασης Processor Monitor σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Processor Monitor Processor Monitor
ID ihfhbddglfpbodgoalhmljdneofejjnd
Επίσημο URL https://chromewebstore.google.com/detail/processor-monitor/ihfhbddglfpbodgoalhmljdneofejjnd
Περιγραφή Displays CPU Usage Information
Μέγεθος Αρχείου 20.97 KB
Αριθμός Εγκαταστάσεων 802
Τρέχουσα Έκδοση 11.0.6
Τελευταία Ενημέρωση 2022-09-22
Ημερομηνία Δημοσίευσης 2019-06-07
Αξιολόγηση 4.45/5 Συνολικά 11 Αξιολογήσεις
Προγραμματιστής Daniel Herr
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://danielherr.software
Υποστηριζόμενες Γλώσσες 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"
    ]
}