Get CPU Info
Get CPU information.
什么是Get CPU Info?
Get CPU Info是由nori_yamam开发的Chrome扩展程序,该扩展的主要功能是“Get CPU information.”。
扩展截图
下载Get CPU Info扩展crx文件
下载Get CPU Info扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Get information about the CPU installed in your computer. 扩展基本信息
| 名称 | |
| ID | lhemjfjfepodolblmgmonhmbfkaaapam |
| 官方URL | https://chromewebstore.google.com/detail/get-cpu-info/lhemjfjfepodolblmgmonhmbfkaaapam |
| 简介 | Get CPU information. |
| 文件大小 | 7.92 KB |
| 安装次数 | 312 |
| 当前版本 | 1.1 |
| 更新时间 | 2023-04-23 |
| 上架时间 | 2023-04-23 |
| 开发者 | nori_yamam |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Get CPU Info",
"version": "1.1",
"manifest_version": 3,
"description": "Get CPU information.",
"permissions": [
"system.cpu"
],
"action": {
"default_title": "Get CPU information.",
"default_popup": "popup.html",
"default_icon": {
"32": "icon_32.png"
}
},
"icons": {
"128": "icon_128.png"
}
} | |