Get CPU Info
Get CPU information.
What is Get CPU Info?
Get CPU Info is a Chrome extension developed by nori_yamam, and its main feature is "Get CPU information.".
Extension Screenshots
Download Get CPU Info Extension CRX File
Download Get CPU Info extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Get information about the CPU installed in your computer.
Extension Basic Information
Name | Get CPU Info |
ID | lhemjfjfepodolblmgmonhmbfkaaapam |
Official URL | https://chromewebstore.google.com/detail/get-cpu-info/lhemjfjfepodolblmgmonhmbfkaaapam |
Description | Get CPU information. |
File Size | 7.92 KB |
Installation Count | 312 |
Current Version | 1.1 |
Last Updated | 2023-04-23 |
Publish Date | 2023-04-23 |
Developer | nori_yamam |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |