Memory Monitor

Displays RAM Usage Information

Memory Monitor क्या है?

Memory Monitor Daniel Herr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays RAM Usage Information"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Memory Monitor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Memory Monitor Memory Monitor
ID gaodmenekccdomeicdoldgdpcemlgiag
आधिकारिक URL https://chromewebstore.google.com/detail/memory-monitor/gaodmenekccdomeicdoldgdpcemlgiag
विवरण Displays RAM Usage Information
फ़ाइल का आकार 20.52 KB
स्थापना संख्या 3,520
वर्तमान संस्करण 11.0.3
अंतिम अपडेट 2016-01-29
प्रकाशन तिथि 2016-01-29
रेटिंग 4.41/5 कुल 32 रेटिंग्स
डेवलपर Daniel Herr
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://danielherr.github.io/
समर्थित भाषाएँ 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"
    ]
}