Memory Monitor

Displays RAM Usage Information

Memory Monitor là gì?

Memory Monitor là một tiện ích mở rộng Chrome được phát triển bởi Daniel Herr, và tính năng chính của nó là "Displays RAM Usage Information".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Memory Monitor

Tải xuống các tệp mở rộng Memory Monitor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Memory Monitor Memory Monitor
ID gaodmenekccdomeicdoldgdpcemlgiag
URL Chính Thức https://chromewebstore.google.com/detail/memory-monitor/gaodmenekccdomeicdoldgdpcemlgiag
Mô tả Displays RAM Usage Information
Kích Thước Tệp 20.52 KB
Số Lần Cài Đặt 3,520
Phiên Bản Hiện Tại 11.0.3
Cập Nhật Lần Cuối 2016-01-29
Ngày Phát Hành 2016-01-29
Đánh Giá 4.41/5 Tổng số 32 Đánh Giá
Nhà Phát Triển Daniel Herr
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://danielherr.github.io/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}