System Information

Displays your system information

Что такое System Information?

System Information - это расширение Chrome, разработанное Synerzip Developer, и его основная функция - "Displays your system information".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения System Information

Скачайте файлы расширений System Information в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название System Information System Information
ID onhkebfeddeioobcbogplienpgblhomc
Официальный URL https://chrome.google.com/webstore/detail/system-information/onhkebfeddeioobcbogplienpgblhomc
Описание Displays your system information
Размер файла 55.57 KB
Количество установок 15,271
Текущая Версия 0.2
Последнее Обновление 2014-10-16
Дата публикации 2014-10-16
Рейтинг 3.77/5 Всего 13 оценок
Разработчик Synerzip Developer
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    }
}