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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}