Information about memory and processor

Show all available information about memory and processor

Information about memory and processor란 무엇입니까?

Information about memory and processor은(는) mixaroot90에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show all available information about memory and processor"입니다.

확장 프로그램 스크린샷

screenshot

Information about memory and processor 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Show information about memory, processor and display with description all features.                    

확장 프로그램 기본 정보

이름 Information about memory and processor Information about memory and processor
ID dcihlamoaadgfeeffnididhegamdmkle
공식 URL https://chromewebstore.google.com/detail/information-about-memory/dcihlamoaadgfeeffnididhegamdmkle
설명 Show all available information about memory and processor
파일 크기 23.46 KB
설치 횟수 31
현재 버전 0.2.0
최근 업데이트 2016-09-10
출시 날짜 2016-09-10
개발자 mixaroot90
이메일 [email protected]
결제 유형 free
지원되는 언어 en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_langName__",
    "version": "0.2.0",
    "description": "__MSG_langDescription__",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon46.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "index.html",
        "default_title": "__MSG_langNameShort__"
    },
    "author": "[email protected]",
    "short_name": "__MSG_langNameShort__",
    "permissions": [
        "system.cpu",
        "system.memory",
        "system.display"
    ],
    "minimum_chrome_version": "53"
}