System Information

Displays your system information

Apa itu System Information?

System Information adalah ekstensi Chrome yang dikembangkan oleh Synerzip Developer, dan fitur utamanya adalah "Displays your system information".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi System Information

Unduh file ekstensi System Information dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama System Information System Information
ID onhkebfeddeioobcbogplienpgblhomc
URL Resmi https://chrome.google.com/webstore/detail/system-information/onhkebfeddeioobcbogplienpgblhomc
Deskripsi Displays your system information
Ukuran File 55.57 KB
Jumlah Instalasi 15,271
Versi Saat Ini 0.2
Terakhir Diperbarui 2014-10-16
Tanggal Publikasi 2014-10-16
Penilaian 3.77/5 Total 13 Penilaian
Pengembang Synerzip Developer
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}