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