Kotter Hardware Info
For retrieving user hardware information
Kotter Hardware Info là gì?
Kotter Hardware Info là một tiện ích mở rộng Chrome được phát triển bởi http://speedtest.kotter.net, và tính năng chính của nó là "For retrieving user hardware information".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Kotter Hardware Info
Tải xuống các tệp mở rộng Kotter Hardware Info dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
For retrieving user hardware information to determine if your hardware will support the features in products produced by The Kotter Group.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | peioeobmpgglbldfgpbbecbpkmgfiecb |
URL Chính Thức | https://chrome.google.com/webstore/detail/kotter-hardware-info/peioeobmpgglbldfgpbbecbpkmgfiecb |
Mô tả | For retrieving user hardware information |
Kích Thước Tệp | 296 KB |
Số Lần Cài Đặt | 110 |
Phiên Bản Hiện Tại | 1.21 |
Cập Nhật Lần Cuối | 2019-03-21 |
Ngày Phát Hành | 2019-03-21 |
Nhà Phát Triển | http://speedtest.kotter.net |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | http://www.kotter.net |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |