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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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" ] } |