CPU Info
Shows details about your CPU!
What is CPU Info?
CPU Info is a Chrome extension developed by https://pathofcode.com, and its main feature is "Shows details about your CPU!".
Extension Screenshots
Download CPU Info Extension CRX File
Download 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
Show information about your CPU
Extension Basic Information
Name | CPU Info |
ID | clagpfjkfbonbmenhnpaajiodehmacfl |
Official URL | https://chromewebstore.google.com/detail/cpu-info/clagpfjkfbonbmenhnpaajiodehmacfl |
Description | Shows details about your CPU! |
File Size | 534 KB |
Installation Count | 69 |
Current Version | 1.0.0 |
Last Updated | 2023-05-03 |
Publish Date | 2023-05-02 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://pathofcode.com |
[email protected] | |
Payment Type | free |
Help Page URL | https://twitter.com/tweetandcode |
Supported Languages | 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" } |