Memory Monitor
Displays RAM Usage Information
什麼是Memory Monitor?
Memory Monitor是由Daniel Herr開發的Chrome擴展程式,該擴展的主要功能是“Displays RAM Usage Information”。
擴展截圖
下載Memory Monitor擴展crx文件
下載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 |
ID | gaodmenekccdomeicdoldgdpcemlgiag |
官方網址 | 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", " |