System Information

Displays your system information

System Informationคืออะไร?

System Information เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Synerzip Developer และคุณลักษณะหลักของมันคือ "Displays your system information"

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

screenshot

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

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

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

                        This extension will display the collective information about the Operating system, chrome browser and CPU details. 

This extension can be used by developers or test engineers to get system information. It can be used while logging a defect, wherein user needs to mention the platform/environment details. 

Following are the details that app will display – 
---------------------------------------------
System Information

Operating System: 
Chrome Browser Version: 
Chrome OS Version: 
CPU: 
Memory: 

--------------------------------------------

How to use?
1. Press extension icon to get system information 
2. You can select and copy the information to clipboard 
3. Press "ESC" to close the pop-up                    

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

ชื่อ System Information System Information
ID onhkebfeddeioobcbogplienpgblhomc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/system-information/onhkebfeddeioobcbogplienpgblhomc
คำอธิบาย Displays your system information
ขนาดไฟล์ 55.57 KB
จำนวนการติดตั้ง 15,271
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2014-10-16
วันที่เผยแพร่ 2014-10-16
คะแนน 3.77/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา Synerzip Developer
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "System Information",
    "short_name": "Sys Info",
    "version": "0.2",
    "description": "Displays your system information",
    "permissions": [
        "system.cpu",
        "system.memory",
        "system.storage"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    }
}