Kotter Hardware Info
For retrieving user hardware information
What is Kotter Hardware Info?
Kotter Hardware Info is a Chrome extension developed by http://speedtest.kotter.net, and its main feature is "For retrieving user hardware information".
Extension Screenshots
Download Kotter Hardware Info Extension CRX File
Download Kotter Hardware 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
For retrieving user hardware information to determine if your hardware will support the features in products produced by The Kotter Group.
Extension Basic Information
Name | |
ID | peioeobmpgglbldfgpbbecbpkmgfiecb |
Official URL | https://chrome.google.com/webstore/detail/kotter-hardware-info/peioeobmpgglbldfgpbbecbpkmgfiecb |
Description | For retrieving user hardware information |
File Size | 296 KB |
Installation Count | 110 |
Current Version | 1.21 |
Last Updated | 2019-03-21 |
Publish Date | 2019-03-21 |
Developer | http://speedtest.kotter.net |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://www.kotter.net |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kotter Hardware Info", "description": "For retrieving user hardware information", "version": "1.21", "browser_action": { "default_icon": "settings-icon.png", "default_popup": "popup.html", "default_title": "Kotter Hardware Info" }, "icons": { "16": "settings-icon.png", "48": "settings-icon.png", "128": "settings-icon.png" }, "permissions": [ "system.cpu", "system.memory", "system.storage" ] } |