Memory Saver
Extension unloads not active tabs from RAM. Chrome can use less memory
ما هو Memory Saver؟
Memory Saver هو إضافة Chrome تم تطويرها بواسطة alexpts3، والميزة الرئيسية لها هي "Extension unloads not active tabs from RAM. Chrome can use less memory".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Memory Saver
قم بتنزيل ملفات الامتداد Memory Saver بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Each tab requires Chrome to store a web page in memory. If you frequently have more than 20 tabs open, consider using a more lightweight mechanism to keep track of pages to read and things to do. Plugin can help save your memory. You can send some tab to sleep and recovery it after return to back.
معلومات أساسية عن التمديد
الاسم | Memory Saver |
ID | clfldjhhkpaihbcdbamcdgpiegepodfh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/memory-saver/clfldjhhkpaihbcdbamcdgpiegepodfh |
الوصف | Extension unloads not active tabs from RAM. Chrome can use less memory |
حجم الملف | 46.06 KB |
عدد التثبيتات | 535 |
النسخة الحالية | 0.0.5 |
آخر تحديث | 2019-10-21 |
تاريخ النشر | 2019-10-21 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | alexpts3 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://vk.com/memory_saver_chrome |
عنوان صفحة المساعدة | https://vk.com/memory_saver_chrome |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Memory Saver", "version": "0.0.5", "description": "Extension unloads not active tabs from RAM. Chrome can use less memory", "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "js\/promisify.js", "js\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": "img\/icon-panel.png" }, "icons": { "128": "img\/icon-panel.png" }, "content_security_policy": "script-src 'self' blob: filesystem: chrome-extension-resource: 'self' 'unsafe-eval'; object-src 'self' blob: filesystem:;" } |