JS RAM memory consumption : usedJSHeapSize
Display the usedJSHeapSize of the current tab
ما هو JS RAM memory consumption : usedJSHeapSize؟
JS RAM memory consumption : usedJSHeapSize هو إضافة Chrome تم تطويرها بواسطة gabriel.delepine، والميزة الرئيسية لها هي "Display the usedJSHeapSize of the current tab".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة JS RAM memory consumption : usedJSHeapSize
قم بتنزيل ملفات الامتداد JS RAM memory consumption : usedJSHeapSize بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Display the memory consumption of the JS head size of the current tab. Optional : start Chrome with --enable-precise-memory-info, otherwise the results from performance.memory are bucketed and less useful.
معلومات أساسية عن التمديد
الاسم | JS RAM memory consumption : usedJSHeapSize |
ID | olnjnghiiigbjdjfnngpmjaghcgpmjkl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/js-ram-memory-consumption/olnjnghiiigbjdjfnngpmjaghcgpmjkl |
الوصف | Display the usedJSHeapSize of the current tab |
حجم الملف | 176 KB |
عدد التثبيتات | 510 |
النسخة الحالية | 0.1.3 |
آخر تحديث | 2016-11-14 |
تاريخ النشر | 2016-11-14 |
تقييم | 4.29/5 مجموع تقييمات 7 |
المطور | gabriel.delepine |
نوع الدفع | free |
موقع الإضافة | https://github.com/GabrielDelepine/chrome-tabs-memory-consumption/blob/master/README.md |
عنوان صفحة المساعدة | https://github.com/GabrielDelepine/chrome-tabs-memory-consumption/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JS RAM memory consumption : usedJSHeapSize", "description": "Display the usedJSHeapSize of the current tab", "version": "0.1.3", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icons\/default.png", "name": "Click to output info in console" }, "permissions": [ "activeTab", "*:\/\/*\/*" ], "manifest_version": 2 } |