System Information

Displays your system information

System Information란 무엇입니까?

System Information은(는) Synerzip Developer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays your system information"입니다.

확장 프로그램 스크린샷

screenshot

System Information 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}