Memory Monitor
Monitor memory status at location bar
Memory Monitorとは何ですか?
Memory MonitorはRongjian Zhangによって開発されたChromeの拡張機能で、その主な機能は「Monitor memory status at location bar」です。
拡張機能のスクリーンショット
Memory Monitor拡張機能のCRXファイルをダウンロード
Memory Monitor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Add an icon to extension bar to monitor memory usage.
Put your mouse over it to get detailed information.
Source code:
https://github.com/pd4d10/memory-monitor 拡張機能の基本情報
| 名前 | |
| ID | abijjlmdgkdoahjkdbicefofaicdendm |
| 公式URL | https://chromewebstore.google.com/detail/memory-monitor/abijjlmdgkdoahjkdbicefofaicdendm |
| 説明 | Monitor memory status at location bar |
| ファイルサイズ | 7.29 KB |
| インストール数 | 825 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2017-02-15 |
| 公開日 | 2017-02-15 |
| 評価 | 4.83/5 合計 6 レビュー |
| 開発者 | Rongjian Zhang |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/pd4d10/memory-monitor |
| ヘルプページのURL | https://github.com/pd4d10/memory-monitor |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Memory Monitor",
"description": "Monitor memory status at location bar",
"version": "1.0.0",
"homepage_url": "https:\/\/github.com\/pd4d10\/memory-monitor",
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"system.memory"
],
"browser_action": [],
"icons": {
"128": "icon.png"
}
} | |