System Information
Displays your system information
Vad är System Information?
System Information är en Chrome-tillägg utvecklad av Synerzip Developer, och dess huvudfunktion är "Displays your system information".
Tilläggsskärmbilder
Ladda ner System Information-förlängningens CRX-fil
Ladda ner System Information-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | onhkebfeddeioobcbogplienpgblhomc |
Officiell webbadress | https://chrome.google.com/webstore/detail/system-information/onhkebfeddeioobcbogplienpgblhomc |
Beskrivning | Displays your system information |
Filstorlek | 55.57 KB |
Antal Installationer | 15,271 |
Aktuell Version | 0.2 |
Senast Uppdaterad | 2014-10-16 |
Publiceringsdatum | 2014-10-16 |
Betyg | 3.77/5 Totalt 13 Betyg |
Utvecklare | Synerzip Developer |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |