System Monitor for CPU / Memory

A tool that display system CPU or Memory usage on the extension icon.

System Monitor for CPU / Memoryคืออะไร?

System Monitor for CPU / Memory เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://guokai.dev และคุณลักษณะหลักของมันคือ "A tool that display system CPU or Memory usage on the extension icon."

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

screenshot
screenshot

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

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

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

                        This extension displays system's cpu or memory usage on the extension icon. Mouse over on it to show more details.

You can set options in the popup page:
• Display Type: CPU or Memory
• Display Format: Number or Graph
• Update Frequency
• Enable or Disable

Note: 
1. Memory Usage: because system cache is also counted as used memory, high memory usage does not necessarily mean insufficient memory.
2. CPU Temperature: it is displayed in the tooltip of the extension icon when you select "Display Type: CPU", and it is only available on Chrome OS.                    

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

ชื่อ System Monitor for CPU / Memory System Monitor for CPU / Memory
ID fcofohckagnahikfankmacbepefilmof
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/system-monitor-for-cpu-me/fcofohckagnahikfankmacbepefilmof
คำอธิบาย A tool that display system CPU or Memory usage on the extension icon.
ขนาดไฟล์ 10.19 KB
จำนวนการติดตั้ง 2,041
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2024-03-03
วันที่เผยแพร่ 2020-02-07
คะแนน 4.56/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://guokai.dev
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://guokai.dev/privacy
ภาษาที่รองรับ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "2.0.0",
    "minimum_chrome_version": "110",
    "author": "Guokai Han",
    "manifest_version": 3,
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "offline_enabled": true,
    "permissions": [
        "storage",
        "system.cpu",
        "system.memory"
    ],
    "icons": {
        "16": "icon\/16.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    }
}