Auto Tab Killer

Automatically closes idle tabs when system memory is low

¿Qué es Auto Tab Killer?

Auto Tab Killer es una extensión de Chrome desarrollada por tylercd100, y su función principal es "Automatically closes idle tabs when system memory is low".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Auto Tab Killer

Descarga archivos de extensión Auto Tab Killer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Auto Tab Killer Auto Tab Killer
ID pbhlehpofdimaamfbdemomgnjflpmacf
URL Oficial https://chromewebstore.google.com/detail/auto-tab-killer/pbhlehpofdimaamfbdemomgnjflpmacf
Descripción Automatically closes idle tabs when system memory is low
Tamaño del Archivo 101 KB
Cantidad de Instalaciones 324
Versión Actual 1.1.0
Última Actualización 2015-12-28
Fecha de Publicación 2015-12-27
Calificación 4.00/5 Total de 4 Calificaciones
Desarrollador tylercd100
Tipo de Pago free
Idiomas Soportados 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"
    ]
}