Memory Monitor

Displays RAM Usage Information

Memory Monitorคืออะไร?

Memory Monitor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Daniel Herr และคุณลักษณะหลักของมันคือ "Displays RAM Usage Information"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Memory Monitor

ดาวน์โหลดไฟล์ส่วนขยาย Memory Monitor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}