CPU and Memory Performance Monitor

Monitor Memory, CPU utilization & CPU Temp (Chome OS). Clean up memory by dicardings tabs. Clear browsing data.

CPU and Memory Performance Monitorคืออะไร?

CPU and Memory Performance Monitor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Amol Arjun Jadhav และคุณลักษณะหลักของมันคือ "Monitor Memory, CPU utilization & CPU Temp (Chome OS). Clean up memory by dicardings tabs. Clear browsing data."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CPU and Memory Performance Monitor

ดาวน์โหลดไฟล์ส่วนขยาย CPU and Memory Performance Monitor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Default data capture Interval = 2 sec. (CPU, Memory, CPU temp)
Threshold = 90% ( GREEN 0-90%,  RED > 90%)

Features:-
1.  Monitor CPU Usage
2.  Monitor Memory Usage.
3.  Monitor CPU Temperature (in Fahrenheit)  (Visible on Chrome OS only/ Graph Only)
4.  Chrome Window/Tab Counter
5.  Network Status Indicator
6.  Clean Memory/CPU: - Discarding inactive tabs can release memory used in loading web pages in background. If you have multiple tabs open, this can save anywhere between 0%-40% memory. 
7.  Clear browsing data (with options to set time range and clean up preferences.)
7.  Shortcut to Reset Chrome.
9.  Works in online/offline mode.

This tool provides an option to monitor CPU, CPU Temp and Memory utilization as number or in graph mode. (You can enable/disable specific legend in graph by clicking on legend label.)

Permissions: - 
CPU & Memory read permission, Clear Browsing Data (Delete only), local storage (to save browser clean up options) . 
** This tool does not interact with applications open in your chrome window. This tool does not transfer any data to or from your system.
 
Version History: -

01/03/21 - V1.3
# Defect Fix.

12/28/20 - V1.2
# Added Options page (right click on toolbar icon) to set options for browser data clean up.
# Removed Shortcut to Clear Cache and  added direct functionality to clean browsing data based on options set up by user.
# Removed Current Tab Count parameter and added Network Status.

12/13/20 -  V1.1
# Added CPU Temperature in Graph mode (Chrome OS only)
# Added Tooltip on toolbar Icon to display CPU and Memory Usage.
# Added Status/Confirmation Message on "Release Memory" button to display number of tabs discarded and memory saving estimate.

12/06/20 - V1.0
# Monitor CPU/Memory graph, Capture Window/Tab count and Chrome Version, Shortcut to clear cache & reset chrome, Option to discard background tabs to release memory.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CPU and Memory Performance Monitor CPU and Memory Performance Monitor
ID nmpbhigddhbbhopeeagpnnmnihgagbfk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cpu-and-memory-performanc/nmpbhigddhbbhopeeagpnnmnihgagbfk
คำอธิบาย Monitor Memory, CPU utilization & CPU Temp (Chome OS). Clean up memory by dicardings tabs. Clear browsing data.
ขนาดไฟล์ 82.04 KB
จำนวนการติดตั้ง 7,273
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2021-04-21
วันที่เผยแพร่ 2020-12-07
คะแนน 4.25/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา Amol Arjun Jadhav
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CPU and Memory Performance Monitor",
    "description": "Monitor Memory, CPU utilization & CPU Temp (Chome OS). Clean up memory by dicardings tabs. Clear browsing data.",
    "version": "1.4",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "options_page": "options.html",
    "permissions": [
        "system.memory",
        "system.cpu",
        "storage",
        "browsingData"
    ],
    "icons": {
        "128": "icon.png"
    }
}