System Information
Displays your system information
Wat is System Information?
System Information is een Chrome-extensie ontwikkeld door Synerzip Developer, en de belangrijkste functie is "Displays your system information".
Extensie Screenshots
Download het CRX-bestand van de extensie System Information
Download System Information-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | onhkebfeddeioobcbogplienpgblhomc |
Officiële URL | https://chrome.google.com/webstore/detail/system-information/onhkebfeddeioobcbogplienpgblhomc |
Beschrijving | Displays your system information |
Bestandsgrootte | 55.57 KB |
Aantal Installaties | 15,271 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2014-10-16 |
Publicatiedatum | 2014-10-16 |
Beoordeling | 3.77/5 Totaal 13 Beoordelingen |
Ontwikkelaar | Synerzip Developer |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |