System Info

Adds a toolbar button that displays information about the device's CPU and RAM.

System Info란 무엇입니까?

System Info은(는) Dave Christian에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds a toolbar button that displays information about the device's CPU and RAM."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This little extension displays information about your device's CPU along with the activity of it's cores along with high-level RAM details. It refreshes every few seconds while open. 

Release History
---------------
1.0.5 - Fixed a bug in the reporting of available RAM
1.0.4 - Small style changes
1.0.3 - Fixed a really daft bug
1.0.2 - Some small fixes and a shiny new icon
1.0.1 - Fiddled with the CPU activity table colours
1.0 - First release to an unsuspecting public                    

확장 프로그램 기본 정보

이름 System Info System Info
ID ajeapkolnhblcfaapiifkeknkknpliia
공식 URL https://chromewebstore.google.com/detail/system-info/ajeapkolnhblcfaapiifkeknkknpliia
설명 Adds a toolbar button that displays information about the device's CPU and RAM.
파일 크기 15.58 KB
설치 횟수 13,498
현재 버전 1.0.5
최근 업데이트 2019-07-26
출시 날짜 2019-07-26
평점 4.14/5 총 14 개의 평점
개발자 Dave Christian
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "browser_action": {
        "default_icon": "media\/icon48.png",
        "default_popup": "popup.html"
    },
    "description": "Adds a toolbar button that displays information about the device's CPU and RAM.",
    "icons": {
        "128": "media\/icon128.png",
        "16": "media\/icon16.png",
        "48": "media\/icon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAj9eSXm+1PjTKYj+jvX3y6O\/zkA5ubpMHGAe5Gs5LxAoNsFSGYV5y0dK8GLIb+nd8Uf0+UE8+EcTXhoIRZMYHLlvppr2NR1HnRX3Yb4Febw\/VAekFwC\/A+HK7nSJcmYaeZOfV7Tt2v\/PX6jA4k\/mu7Pk7n6s9nDLQ2qBY8+iSuaGUXohAApYP+6oTxrYRgmKdZGCWuE9xRl\/sFHKOtFAMHl2cbHwzbux3kIbcdGOfOME6c4it9vJgiPV67glaX3e2Y9BnebX3XHWkUAmnRMNHsTzXcEF0TE11oOQRe5r166wJOsF51x1MOLKlLZG+7Pw3HAIeUg08mWN8O\/wNA4axNwIDAQAB",
    "manifest_version": 2,
    "name": "System Info",
    "permissions": [
        "system.cpu",
        "system.memory"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.5"
}