Memory Monitor

Monitor memory status at location bar

Что такое Memory Monitor?

Memory Monitor - это расширение Chrome, разработанное Rongjian Zhang, и его основная функция - "Monitor memory status at location bar".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Memory Monitor

Скачайте файлы расширений Memory Monitor в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Add an icon to extension bar to monitor memory usage.

Put your mouse over it to get detailed information.

Source code:

https://github.com/pd4d10/memory-monitor                    

Основная информация о расширении

Название Memory Monitor Memory Monitor
ID abijjlmdgkdoahjkdbicefofaicdendm
Официальный URL https://chromewebstore.google.com/detail/memory-monitor/abijjlmdgkdoahjkdbicefofaicdendm
Описание Monitor memory status at location bar
Размер файла 7.29 KB
Количество установок 825
Текущая Версия 1.0.0
Последнее Обновление 2017-02-15
Дата публикации 2017-02-15
Рейтинг 4.83/5 Всего 6 оценок
Разработчик Rongjian Zhang
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/pd4d10/memory-monitor
URL страницы помощи https://github.com/pd4d10/memory-monitor
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Memory Monitor",
    "description": "Monitor memory status at location bar",
    "version": "1.0.0",
    "homepage_url": "https:\/\/github.com\/pd4d10\/memory-monitor",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "system.memory"
    ],
    "browser_action": [],
    "icons": {
        "128": "icon.png"
    }
}