Memory Monitor
Displays RAM Usage Information
ما هو Memory Monitor؟
Memory Monitor هو إضافة Chrome تم تطويرها بواسطة Daniel Herr، والميزة الرئيسية لها هي "Displays RAM Usage Information".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Memory Monitor
قم بتنزيل ملفات الامتداد Memory Monitor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension shows available memory at a glance in the icon in GB. For more detailed information, rollover the icon. Click the icon to display an infobar on sites, open a panel which stays in view (separate app required), and display an icon on the Chrome OS shelf (chrome://flags/#enable-panels required) Right click the icon and click options for customization.
معلومات أساسية عن التمديد
الاسم | Memory Monitor |
ID | gaodmenekccdomeicdoldgdpcemlgiag |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/memory-monitor/gaodmenekccdomeicdoldgdpcemlgiag |
الوصف | Displays RAM Usage Information |
حجم الملف | 20.52 KB |
عدد التثبيتات | 3,520 |
النسخة الحالية | 11.0.3 |
آخر تحديث | 2016-01-29 |
تاريخ النشر | 2016-01-29 |
تقييم | 4.41/5 مجموع تقييمات 32 |
المطور | Daniel Herr |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://danielherr.github.io/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Memory Monitor", "version": "11.0.3", "description": "Displays RAM Usage Information", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "author": "Daniel Herr", "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "ids": [ "kbilomlpmhhhaimaigidhnjijhiajbam" ] }, "homepage_url": "https:\/\/chrome.google.com\/webstore\/search\/Daniel%20Herr", "offline_enabled": true, "optional_permissions": [ "tabs", " |