Memory Monitor

Displays RAM Usage Information

What is Memory Monitor?

Memory Monitor is a Chrome extension developed by Daniel Herr, and its main feature is "Displays RAM Usage Information".

Extension Screenshots

screenshot

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

                        This extension shows available memory at a glance in the icon in GB.

For more detailed information, rollover the icon.

Click the icon to display an infobar on sites, open a panel which stays in view (separate app required), and display an icon on the Chrome OS shelf (chrome://flags/#enable-panels required)

Right click the icon and click options for customization.                    

Extension Basic Information

Name Memory Monitor Memory Monitor
ID gaodmenekccdomeicdoldgdpcemlgiag
Official URL https://chromewebstore.google.com/detail/memory-monitor/gaodmenekccdomeicdoldgdpcemlgiag
Description Displays RAM Usage Information
File Size 20.52 KB
Installation Count 3,520
Current Version 11.0.3
Last Updated 2016-01-29
Publish Date 2016-01-29
Rating 4.41/5 Total 32 Ratings
Developer Daniel Herr
Email [email protected]
Payment Type free
Extension Website https://danielherr.github.io/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Memory Monitor",
    "version": "11.0.3",
    "description": "Displays RAM Usage Information",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "author": "Daniel Herr",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "ids": [
            "kbilomlpmhhhaimaigidhnjijhiajbam"
        ]
    },
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/search\/Daniel%20Herr",
    "offline_enabled": true,
    "optional_permissions": [
        "tabs",
        ""
    ],
    "options_page": "options.html",
    "permissions": [
        "system.memory",
        "storage",
        "activeTab",
        "background",
        "fontSettings",
        "unlimitedStorage",
        "notifications",
        "contextMenus"
    ]
}