Memory Monitor
Displays RAM Usage Information
Что такое Memory Monitor?
Memory Monitor - это расширение Chrome, разработанное Daniel Herr, и его основная функция - "Displays RAM Usage Information".
Снимки экрана расширения
Скачать файл 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 |
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", " |