Processor Monitor

Displays CPU Usage Information

Processor Monitor là gì?

Processor Monitor là một tiện ích mở rộng Chrome được phát triển bởi Daniel Herr, và tính năng chính của nó là "Displays CPU Usage Information".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Processor Monitor

Tải xuống các tệp mở rộng Processor Monitor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Processor Monitor Processor Monitor
ID ihfhbddglfpbodgoalhmljdneofejjnd
URL Chính Thức https://chromewebstore.google.com/detail/processor-monitor/ihfhbddglfpbodgoalhmljdneofejjnd
Mô tả Displays CPU Usage Information
Kích Thước Tệp 20.97 KB
Số Lần Cài Đặt 802
Phiên Bản Hiện Tại 11.0.6
Cập Nhật Lần Cuối 2022-09-22
Ngày Phát Hành 2019-06-07
Đánh Giá 4.45/5 Tổng số 11 Đánh Giá
Nhà Phát Triển Daniel Herr
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://danielherr.software
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}