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.”。
扩展截图
下载System Info扩展crx文件
下载System Info扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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" } |