Resource Monitor
Adds a browser extension that monitors the resource usage of all browser processes.
ما هو Resource Monitor؟
Resource Monitor هو إضافة Chrome تم تطويرها بواسطة chehadeh.developer، والميزة الرئيسية لها هي "Adds a browser extension that monitors the resource usage of all browser processes.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Resource Monitor
قم بتنزيل ملفات الامتداد Resource Monitor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is a simple, easy to use, resource monitor for your browser. It features a one-click setup that shows all the resources your tabs use. It also has the ability to terminate tabs at your discretion while offering a secondary means of confirmation before terminating certain tabs. This extension was made for a CS50 Final Project by Mostafa Chehadeh.
معلومات أساسية عن التمديد
الاسم | ![]() |
ID | kfecjkpibjkpelnoclmoddpekadonkpc |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/resource-monitor/kfecjkpibjkpelnoclmoddpekadonkpc |
الوصف | Adds a browser extension that monitors the resource usage of all browser processes. |
حجم الملف | 34.15 KB |
عدد التثبيتات | 45 |
النسخة الحالية | 1.2 |
آخر تحديث | 2020-08-26 |
تاريخ النشر | 2020-08-26 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | chehadeh.developer |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Resource Monitor", "version": "1.2", "description": "Adds a browser extension that monitors the resource usage of all browser processes.", "permissions": [ "tabs", "processes" ], "browser_action": { "default_title": "Resource Monitor", "default_icon": "resourcemonitor128.png", "default_popup": "popup.html" }, "manifest_version": 2 } |