CPU Info
Shows details about your CPU!
什么是CPU Info?
CPU Info是由https://pathofcode.com开发的Chrome扩展程序,该扩展的主要功能是“Shows details about your CPU!”。
扩展截图
下载CPU Info扩展crx文件
下载CPU Info扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Show information about your CPU 扩展基本信息
| 名称 | |
| ID | clagpfjkfbonbmenhnpaajiodehmacfl |
| 官方URL | https://chromewebstore.google.com/detail/cpu-info/clagpfjkfbonbmenhnpaajiodehmacfl |
| 简介 | Shows details about your CPU! |
| 文件大小 | 534 KB |
| 安装次数 | 69 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2023-05-03 |
| 上架时间 | 2023-05-02 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://pathofcode.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 帮助页面URL | https://twitter.com/tweetandcode |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "CPU Info",
"version": "1.0.0",
"description": "Shows details about your CPU!",
"permissions": [
"system.cpu"
],
"action": {
"default_title": "CPU Info",
"default_popup": "popup.html"
},
"icons": {
"16": "icon.png",
"32": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"options_page": "popup.html"
} | |