System Information

Displays your system information

System Information क्या है?

System Information Synerzip Developer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays your system information"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में System Information एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}