Auto Tab Killer
Automatically closes idle tabs when system memory is low
Cos'è Auto Tab Killer?
Auto Tab Killer è un'estensione di Chrome sviluppata da tylercd100, e la sua funzione principale è "Automatically closes idle tabs when system memory is low".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Auto Tab Killer
Scarica i file di estensione Auto Tab Killer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        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.                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | pbhlehpofdimaamfbdemomgnjflpmacf | 
| URL Ufficiale | https://chromewebstore.google.com/detail/auto-tab-killer/pbhlehpofdimaamfbdemomgnjflpmacf | 
| Descrizione | Automatically closes idle tabs when system memory is low | 
| Dimensione del File | 101 KB | 
| Conteggio Installazioni | 324 | 
| Versione Corrente | 1.1.0 | 
| Ultimo Aggiornamento | 2015-12-28 | 
| Data di Pubblicazione | 2015-12-27 | 
| Valutazione | 4.00/5 Totale 4 Valutazioni | 
| Sviluppatore | tylercd100 | 
| Tipo di Pagamento | free | 
| Lingue Supportate | 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"
    ]
}  |  |