Auto Tab Killer
Automatically closes idle tabs when system memory is low
Wat is Auto Tab Killer?
Auto Tab Killer is een Chrome-extensie ontwikkeld door tylercd100, en de belangrijkste functie is "Automatically closes idle tabs when system memory is low".
Extensie Screenshots
Download het CRX-bestand van de extensie Auto Tab Killer
Download Auto Tab Killer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | pbhlehpofdimaamfbdemomgnjflpmacf | 
| Officiële URL | https://chromewebstore.google.com/detail/auto-tab-killer/pbhlehpofdimaamfbdemomgnjflpmacf | 
| Beschrijving | Automatically closes idle tabs when system memory is low | 
| Bestandsgrootte | 101 KB | 
| Aantal Installaties | 324 | 
| Huidige Versie | 1.1.0 | 
| Laatst Bijgewerkt | 2015-12-28 | 
| Publicatiedatum | 2015-12-27 | 
| Beoordeling | 4.00/5 Totaal 4 Beoordelingen | 
| Ontwikkelaar | tylercd100 | 
| Betalingswijze | free | 
| Ondersteunde Talen | 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"
    ]
}  |  |