System Information
Displays your system information
Co to jest System Information?
System Information to rozszerzenie Chrome opracowane przez Synerzip Developer, a jego główną funkcją jest „Displays your system information”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia System Information
Pobierz pliki rozszerzeń System Information w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | onhkebfeddeioobcbogplienpgblhomc |
Oficjalny URL | https://chrome.google.com/webstore/detail/system-information/onhkebfeddeioobcbogplienpgblhomc |
Opis | Displays your system information |
Rozmiar pliku | 55.57 KB |
Liczba instalacji | 15,271 |
Aktualna Wersja | 0.2 |
Ostatnia Aktualizacja | 2014-10-16 |
Data Publikacji | 2014-10-16 |
Ocena | 3.77/5 Łącznie 13 Oceny |
Deweloper | Synerzip Developer |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |