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