System CPU Usage
Monitor the system's process via the toolbar popup or toolbar icon.
Τι είναι το System CPU Usage;
Το System CPU Usage είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον loora, και η κύρια λειτουργία του είναι "Monitor the system's process via the toolbar popup or toolbar icon.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης System CPU Usage
Λήψη αρχείων επέκτασης System CPU Usage σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
System CPU Usage extension lets you easily monitor the CPU usage in your system via the browser toolbar. Please open the toolbar popup UI to see the current CPU usage (in percent). Moreover, the color bar shows you the active CPU usage every second (updates every second). Toolbar icon will change dynamically according to the current CPU usage. Please note that color bars are random blue colors for both the toolbar popup UI and the toolbar button's icon. If you have a feature request or found a bug to report, please fill out the bug report form on the addon's homepage (https://mybrowseraddon.com/system-cpu-usage.html).
Βασικές Πληροφορίες Επέκτασης
Όνομα | System CPU Usage |
ID | lheidmgnkjapapjngpmkfomgmdcjokoh |
Επίσημο URL | https://chromewebstore.google.com/detail/system-cpu-usage/lheidmgnkjapapjngpmkfomgmdcjokoh |
Περιγραφή | Monitor the system's process via the toolbar popup or toolbar icon. |
Μέγεθος Αρχείου | 24.84 KB |
Αριθμός Εγκαταστάσεων | 99 |
Τρέχουσα Έκδοση | 0.1.0 |
Τελευταία Ενημέρωση | 2023-04-11 |
Ημερομηνία Δημοσίευσης | 2023-04-11 |
Αξιολόγηση | 4.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | loora |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://mybrowseraddon.com/system-cpu-usage.html |
Διεύθυνση URL της Σελίδας Βοήθειας | https://mybrowseraddon.com/system-cpu-usage.html |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.0", "manifest_version": 3, "name": "System CPU Usage", "permissions": [ "alarms", "storage", "system.cpu" ], "homepage_url": "https:\/\/mybrowseraddon.com\/system-cpu-usage.html", "description": "Monitor the system's process via the toolbar popup or toolbar icon.", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "action": { "default_title": "System CPU Usage", "default_popup": "data\/popup\/popup.html", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |