System Information
Displays your system information
System Informationとは何ですか?
System InformationはSynerzip Developerによって開発されたChromeの拡張機能で、その主な機能は「Displays your system information」です。
拡張機能のスクリーンショット
System Information拡張機能のCRXファイルをダウンロード
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
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" } } |