System Information

Displays your system information

Co je System Information?

System Information je rozšíření Chrome vyvinuté Synerzip Developer, a jeho hlavní funkcí je „Displays your system information“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření System Information

Stáhněte si soubory rozšíření System Information ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název System Information System Information
ID onhkebfeddeioobcbogplienpgblhomc
Oficiální URL https://chrome.google.com/webstore/detail/system-information/onhkebfeddeioobcbogplienpgblhomc
Popis Displays your system information
Velikost souboru 55.57 KB
Počet instalací 15,271
Aktuální Verze 0.2
Poslední Aktualizace 2014-10-16
Datum Vydání 2014-10-16
Hodnocení 3.77/5 Celkem 13 Hodnocení
Vývojář Synerzip Developer
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}