System Monitor for CPU / Memory
A tool that display system CPU or Memory usage on the extension icon.
System Monitor for CPU / Memoryとは何ですか?
System Monitor for CPU / Memoryはhttps://guokai.devによって開発されたChromeの拡張機能で、その主な機能は「A tool that display system CPU or Memory usage on the extension icon.」です。
拡張機能のスクリーンショット
System Monitor for CPU / Memory拡張機能のCRXファイルをダウンロード
System Monitor for CPU / Memory拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension displays system's cpu or memory usage on the extension icon. Mouse over on it to show more details.
You can set options in the popup page:
• Display Type: CPU or Memory
• Display Format: Number or Graph
• Update Frequency
• Enable or Disable
Note:
1. Memory Usage: because system cache is also counted as used memory, high memory usage does not necessarily mean insufficient memory.
2. CPU Temperature: it is displayed in the tooltip of the extension icon when you select "Display Type: CPU", and it is only available on Chrome OS. 拡張機能の基本情報
| 名前 | |
| ID | fcofohckagnahikfankmacbepefilmof |
| 公式URL | https://chromewebstore.google.com/detail/system-monitor-for-cpu-me/fcofohckagnahikfankmacbepefilmof |
| 説明 | A tool that display system CPU or Memory usage on the extension icon. |
| ファイルサイズ | 10.19 KB |
| インストール数 | 2,041 |
| 現在のバージョン | 2.0.0 |
| 最終更新日 | 2024-03-03 |
| 公開日 | 2020-02-07 |
| 評価 | 4.56/5 合計 9 レビュー |
| 開発者 | https://guokai.dev |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://guokai.dev/privacy |
| 対応言語 | en,zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"version": "2.0.0",
"minimum_chrome_version": "110",
"author": "Guokai Han",
"manifest_version": 3,
"description": "__MSG_extDescription__",
"default_locale": "en",
"offline_enabled": true,
"permissions": [
"storage",
"system.cpu",
"system.memory"
],
"icons": {
"16": "icon\/16.png",
"48": "icon\/48.png",
"128": "icon\/128.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html"
}
} | |