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