Processor Monitor
Displays CPU Usage Information
What is Processor Monitor?
Processor Monitor is a Chrome extension developed by Daniel Herr, and its main feature is "Displays CPU Usage Information".
Extension Screenshots
Download Processor Monitor Extension CRX File
Download Processor Monitor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Processor Monitor |
ID | ihfhbddglfpbodgoalhmljdneofejjnd |
Official URL | https://chromewebstore.google.com/detail/processor-monitor/ihfhbddglfpbodgoalhmljdneofejjnd |
Description | Displays CPU Usage Information |
File Size | 20.97 KB |
Installation Count | 802 |
Current Version | 11.0.6 |
Last Updated | 2022-09-22 |
Publish Date | 2019-06-07 |
Rating | 4.45/5 Total 11 Ratings |
Developer | Daniel Herr |
[email protected] | |
Payment Type | free |
Extension Website | https://danielherr.software |
Supported Languages | 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": [ " |