SelfDestruct Inactive Tabs

Inactive tabs are closed automatically after 1 hour, unless you don't want them to be.

¿Qué es SelfDestruct Inactive Tabs?

SelfDestruct Inactive Tabs es una extensión de Chrome desarrollada por swiftace, y su función principal es "Inactive tabs are closed automatically after 1 hour, unless you don't want them to be.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión SelfDestruct Inactive Tabs

Descarga archivos de extensión SelfDestruct Inactive Tabs 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

                        Closes inactive tabs after 1 hour of inactivity. The active tab in each open window is left untouched. Automatic closing can be disabled for particular tabs by clicking the extension icon (the bomb will turn into a pin, indicating that the tab is pinned).                    

Información Básica de la Extensión

Nombre SelfDestruct Inactive Tabs SelfDestruct Inactive Tabs
ID dijgiekinoipkcnpjckingeodlhbbkmo
URL Oficial https://chromewebstore.google.com/detail/selfdestruct-inactive-tab/dijgiekinoipkcnpjckingeodlhbbkmo
Descripción Inactive tabs are closed automatically after 1 hour, unless you don't want them to be.
Tamaño del Archivo 25.96 KB
Cantidad de Instalaciones 27
Versión Actual 0.0.3
Última Actualización 2017-04-08
Fecha de Publicación 2017-04-07
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador swiftace
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SelfDestruct Inactive Tabs",
    "version": "0.0.3",
    "description": "Inactive tabs are closed automatically after 1 hour, unless you don't want them to be.",
    "browser_action": {
        "default_icon": "images\/bomb.png"
    },
    "icons": {
        "128": "images\/bomb.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}