System Information

Displays your system information

¿Qué es System Information?

System Information es una extensión de Chrome desarrollada por Synerzip Developer, y su función principal es "Displays your system information".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión System Information

Descarga archivos de extensión System Information en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre System Information System Information
ID onhkebfeddeioobcbogplienpgblhomc
URL Oficial https://chrome.google.com/webstore/detail/system-information/onhkebfeddeioobcbogplienpgblhomc
Descripción Displays your system information
Tamaño del Archivo 55.57 KB
Cantidad de Instalaciones 15,271
Versión Actual 0.2
Última Actualización 2014-10-16
Fecha de Publicación 2014-10-16
Calificación 3.77/5 Total de 13 Calificaciones
Desarrollador Synerzip Developer
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}