System Information
Displays your system information
System Information là gì?
System Information là một tiện ích mở rộng Chrome được phát triển bởi Synerzip Developer, và tính năng chính của nó là "Displays your system 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 System Information
Tải xuống các tệp mở rộng System Information 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
This extension will display the collective information about the Operating system, chrome browser and CPU details. This extension can be used by developers or test engineers to get system information. It can be used while logging a defect, wherein user needs to mention the platform/environment details. Following are the details that app will display – --------------------------------------------- System Information Operating System: Chrome Browser Version: Chrome OS Version: CPU: Memory: -------------------------------------------- How to use? 1. Press extension icon to get system information 2. You can select and copy the information to clipboard 3. Press "ESC" to close the pop-up
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | onhkebfeddeioobcbogplienpgblhomc |
URL Chính Thức | https://chrome.google.com/webstore/detail/system-information/onhkebfeddeioobcbogplienpgblhomc |
Mô tả | Displays your system information |
Kích Thước Tệp | 55.57 KB |
Số Lần Cài Đặt | 15,271 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2014-10-16 |
Ngày Phát Hành | 2014-10-16 |
Đánh Giá | 3.77/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | Synerzip Developer |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "System Information", "short_name": "Sys Info", "version": "0.2", "description": "Displays your system information", "permissions": [ "system.cpu", "system.memory", "system.storage" ], "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" } } |