System Information

Displays your system information

什麼是System Information?

System Information是由Synerzip Developer開發的Chrome擴展程式,該擴展的主要功能是“Displays your system information”。

擴展截圖

screenshot

下載System Information擴展crx文件

下載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
官方網址 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"
    }
}