HW info icon

HW info

Extension Actions

CRX ID
mapimlkdaecmhlhapakmonjdlpiejbeh
Description from extension meta

This simple extension reads HW (cpu, gpu, mem) info. Simple option to send info to your server.

Image from store
HW info
Description from store

This extension is primary for developers of internet applications, but it is useful also for every user who wants to know, what hardware his computer has.

Hardware informations are very simple - CPU name, GPU name, MEMORY CAPACITY and MEMORY AVAILABLE.

How to use? There is two ways to use this extension.
1. SHOW ONLY HW INFO - for users
Install extension from chrome store and click on extension.

2. SEND HW INFO TO SERVER - for developers
2.1. Install extension from chrome store.
2.2. To your web page insert this iframe:
<iframe src="/hwinfo/{extension-id}" width="0" height="0" frameborder="0"></iframe>
2.3. On your server GET params is set:
https://your_domain/hwinfo/{extension-id}/ ?cpu=Intel(R)%20Core(TM)%20i5-8600K%20CPU%20%40%203.60GHz& cap=24&a ava=17& gpu=ANGLE%20(Radeon%20RX%20570%20Series)