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 |
官方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", " |