Processor Monitor

Displays CPU Usage Information

什麼是Processor Monitor?

Processor Monitor是由Daniel Herr開發的Chrome擴展程式,該擴展的主要功能是“Displays CPU Usage Information”。

擴展截圖

screenshot

下載Processor Monitor擴展crx文件

下載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
官方網址 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"
    ]
}