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文件

下載Information about memory and processor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Information about memory and processor Information about memory and processor
ID dcihlamoaadgfeeffnididhegamdmkle
官方網址 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"
}