Memory Monitor

Displays RAM Usage Information

Apa itu Memory Monitor?

Memory Monitor adalah ekstensi Chrome yang dikembangkan oleh Daniel Herr, dan fitur utamanya adalah "Displays RAM Usage Information".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Memory Monitor

Unduh file ekstensi Memory Monitor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Memory Monitor Memory Monitor
ID gaodmenekccdomeicdoldgdpcemlgiag
URL Resmi https://chromewebstore.google.com/detail/memory-monitor/gaodmenekccdomeicdoldgdpcemlgiag
Deskripsi Displays RAM Usage Information
Ukuran File 20.52 KB
Jumlah Instalasi 3,520
Versi Saat Ini 11.0.3
Terakhir Diperbarui 2016-01-29
Tanggal Publikasi 2016-01-29
Penilaian 4.41/5 Total 32 Penilaian
Pengembang Daniel Herr
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://danielherr.github.io/
Bahasa yang Didukung 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"
    ]
}