System Information
Displays your system information
ما هو System Information؟
System Information هو إضافة Chrome تم تطويرها بواسطة Synerzip Developer، والميزة الرئيسية لها هي "Displays your system information".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة System Information
قم بتنزيل ملفات الامتداد System Information بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
معلومات أساسية عن التمديد
الاسم | |
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" } } |