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 |
Eメール | [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", " |