Mini Performance Monitor

View performance data preview

What is Mini Performance Monitor?

Mini Performance Monitor is a Chrome extension developed by mrhilliker, and its main feature is "View performance data preview".

Download Mini Performance Monitor Extension CRX File

Download Mini Performance Monitor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name Mini Performance Monitor Mini Performance Monitor
ID ipgpjgifjnioddcchjpjcfagalbfapfk
Official URL https://chrome.google.com/webstore/detail/mini-performance-monitor/ipgpjgifjnioddcchjpjcfagalbfapfk
Description View performance data preview
File Size 45.61 KB
Installation Count 201
Current Version 0.0.3
Last Updated 2018-05-16
Publish Date 2018-05-16
Rating 4.50/5 Total 2 Ratings
Developer mrhilliker
Payment Type free
Supported Languages 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"
    }
}