Memory Monitor

Displays RAM Usage Information

Was ist Memory Monitor?

Memory Monitor ist eine Chrome-Erweiterung, die von Daniel Herr entwickelt wurde, und ihr Hauptmerkmal ist "Displays RAM Usage Information".

Erweiterungsscreenshots

screenshot

Memory Monitor-Erweiterungs-CRX-Datei herunterladen

Laden Sie Memory Monitor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Memory Monitor Memory Monitor
ID gaodmenekccdomeicdoldgdpcemlgiag
Offizielle URL https://chromewebstore.google.com/detail/memory-monitor/gaodmenekccdomeicdoldgdpcemlgiag
Beschreibung Displays RAM Usage Information
Dateigröße 20.52 KB
Installationsanzahl 3,520
Aktuelle Version 11.0.3
Letztes Update 2016-01-29
Veröffentlichungsdatum 2016-01-29
Bewertung 4.41/5 Insgesamt 32 Bewertungen
Entwickler Daniel Herr
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://danielherr.github.io/
Unterstützte Sprachen 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"
    ]
}