System Monitor
Monitor system status like CPU, memory, battery
System Monitorคืออะไร?
System Monitor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rongjian Zhang และคุณลักษณะหลักของมันคือ "Monitor system status like CPU, memory, battery"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย System Monitor
ดาวน์โหลดไฟล์ส่วนขยาย System Monitor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Source code: https://github.com/pd4d10/system-monitor
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | System Monitor |
ID | ecmlflnkenbdjfocclindonmigndecla |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/system-monitor/ecmlflnkenbdjfocclindonmigndecla |
คำอธิบาย | Monitor system status like CPU, memory, battery |
ขนาดไฟล์ | 94.98 KB |
จำนวนการติดตั้ง | 12,890 |
เวอร์ชันปัจจุบัน | 1.5.1 |
อัปเดตครั้งล่าสุด | 2020-02-01 |
วันที่เผยแพร่ | 2020-02-01 |
คะแนน | 4.57/5 รวมทั้งหมด 49 คะแนน |
ผู้พัฒนา | Rongjian Zhang |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/pd4d10/system-monitor |
URL หน้าช่วยเหลือ | https://github.com/pd4d10/system-monitor |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "System Monitor", "version": "1.5.1", "description": "Monitor system status like CPU, memory, battery", "homepage_url": "https:\/\/github.com\/pd4d10\/system-monitor", "offline_enabled": true, "background": { "scripts": [ "dist\/background.js" ] }, "permissions": [ "system.cpu", "system.memory", "system.storage", "storage" ], "browser_action": { "default_popup": "dist\/popup.html" }, "options_ui": { "page": "dist\/options.html", "chrome_style": true }, "icons": { "128": "icon.png" } } |