Auto Tab Killer
Automatically closes idle tabs when system memory is low
ما هو Auto Tab Killer؟
Auto Tab Killer هو إضافة Chrome تم تطويرها بواسطة tylercd100، والميزة الرئيسية لها هي "Automatically closes idle tabs when system memory is low".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Auto Tab Killer
قم بتنزيل ملفات الامتداد Auto Tab Killer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Automatically closes idle tabs when system memory drops below your specified limit. Caution: This extension will close tabs when you're not looking! Note: You can disable/enable Auto Tab Killer easily by clicking on the icon. Auto Tab Killer is very simple to setup however you please! Version 1.1.0 -Does not kill tabs when system is idle/locked.
معلومات أساسية عن التمديد
الاسم | Auto Tab Killer |
ID | pbhlehpofdimaamfbdemomgnjflpmacf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/auto-tab-killer/pbhlehpofdimaamfbdemomgnjflpmacf |
الوصف | Automatically closes idle tabs when system memory is low |
حجم الملف | 101 KB |
عدد التثبيتات | 324 |
النسخة الحالية | 1.1.0 |
آخر تحديث | 2015-12-28 |
تاريخ النشر | 2015-12-27 |
تقييم | 4.00/5 مجموع تقييمات 4 |
المطور | tylercd100 |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Tyler Arbon @tylercd100", "name": "Auto Tab Killer", "description": "Automatically closes idle tabs when system memory is low", "version": "1.1.0", "browser_action": { "default_icon": "icon_19.png" }, "icons": { "48": "icon_48.png", "128": "icon_128.png" }, "background": { "scripts": [ "libs\/moment.min.js", "libs\/lodash.js", "libs\/functions.js", "background.js" ] }, "options_page": "options.html", "offline_enabled": true, "permissions": [ "idle", "system.memory", "storage", "background" ] } |