Memory Monitor
Monitor memory status at location bar
What is Memory Monitor?
Memory Monitor is a Chrome extension developed by Rongjian Zhang, and its main feature is "Monitor memory status at location bar".
Extension Screenshots
Download Memory Monitor Extension CRX File
Download Memory Monitor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Memory Monitor |
ID | abijjlmdgkdoahjkdbicefofaicdendm |
Official URL | https://chromewebstore.google.com/detail/memory-monitor/abijjlmdgkdoahjkdbicefofaicdendm |
Description | Monitor memory status at location bar |
File Size | 7.29 KB |
Installation Count | 825 |
Current Version | 1.0.0 |
Last Updated | 2017-02-15 |
Publish Date | 2017-02-15 |
Rating | 4.83/5 Total 6 Ratings |
Developer | Rongjian Zhang |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/pd4d10/memory-monitor |
Help Page URL | https://github.com/pd4d10/memory-monitor |
Supported Languages | 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" } } |