Resource Monitor

Adds a browser extension that monitors the resource usage of all browser processes.

Resource Monitorคืออะไร?

Resource Monitor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chehadeh.developer และคุณลักษณะหลักของมันคือ "Adds a browser extension that monitors the resource usage of all browser processes."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Resource Monitor

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

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

                        This is a simple, easy to use, resource monitor for your browser. It features a one-click setup that shows all the resources your tabs use. It also has the ability to terminate tabs at your discretion while offering a secondary means of confirmation before terminating certain tabs. 

This extension was made for a CS50 Final Project by Mostafa Chehadeh.                    

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

ชื่อ Resource Monitor Resource Monitor
ID kfecjkpibjkpelnoclmoddpekadonkpc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/resource-monitor/kfecjkpibjkpelnoclmoddpekadonkpc
คำอธิบาย Adds a browser extension that monitors the resource usage of all browser processes.
ขนาดไฟล์ 34.15 KB
จำนวนการติดตั้ง 45
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2020-08-26
วันที่เผยแพร่ 2020-08-26
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา chehadeh.developer
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Resource Monitor",
    "version": "1.2",
    "description": "Adds a browser extension that monitors the resource usage of all browser processes.",
    "permissions": [
        "tabs",
        "processes"
    ],
    "browser_action": {
        "default_title": "Resource Monitor",
        "default_icon": "resourcemonitor128.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}