Mini Performance Monitor

View performance data preview

Что такое Mini Performance Monitor?

Mini Performance Monitor - это расширение Chrome, разработанное mrhilliker, и его основная функция - "View performance data preview".

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

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

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

                        Small performance monitor extension to track framerate, render time, and heap memory utilization. 

Note: Memory monitoring will require Chrome to be launched with the following flag: --enable-precise-memory-info


Based off of stats.js: https://github.com/mrdoob/stats.js/                    

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

Название Mini Performance Monitor Mini Performance Monitor
ID ipgpjgifjnioddcchjpjcfagalbfapfk
Официальный URL https://chrome.google.com/webstore/detail/mini-performance-monitor/ipgpjgifjnioddcchjpjcfagalbfapfk
Описание View performance data preview
Размер файла 45.61 KB
Количество установок 201
Текущая Версия 0.0.3
Последнее Обновление 2018-05-16
Дата публикации 2018-05-16
Рейтинг 4.50/5 Всего 2 оценок
Разработчик mrhilliker
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mini Performance Monitor",
    "description": "View performance data preview",
    "version": "0.0.3",
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}