System Information

Displays your system information

Qu'est-ce que System Information ?

System Information est une extension Chrome développée par Synerzip Developer, et sa fonction principale est "Displays your system information".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension System Information

Téléchargez les fichiers d'extension System Information au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom System Information System Information
ID onhkebfeddeioobcbogplienpgblhomc
URL Officiel https://chrome.google.com/webstore/detail/system-information/onhkebfeddeioobcbogplienpgblhomc
Description Displays your system information
Taille du Fichier 55.57 KB
Nombre d'Installations 15,271
Version Actuelle 0.2
Dernière Mise à Jour 2014-10-16
Date de Publication 2014-10-16
Évaluation 3.77/5 Total 13 Évaluations
Développeur Synerzip Developer
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}