Memory Monitor

Displays RAM Usage Information

Qu'est-ce que Memory Monitor ?

Memory Monitor est une extension Chrome développée par Daniel Herr, et sa fonction principale est "Displays RAM Usage Information".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Memory Monitor

Téléchargez les fichiers d'extension Memory Monitor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Memory Monitor Memory Monitor
ID gaodmenekccdomeicdoldgdpcemlgiag
URL Officiel https://chromewebstore.google.com/detail/memory-monitor/gaodmenekccdomeicdoldgdpcemlgiag
Description Displays RAM Usage Information
Taille du Fichier 20.52 KB
Nombre d'Installations 3,520
Version Actuelle 11.0.3
Dernière Mise à Jour 2016-01-29
Date de Publication 2016-01-29
Évaluation 4.41/5 Total 32 Évaluations
Développeur Daniel Herr
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://danielherr.github.io/
Langues Prises en Charge 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"
    ]
}