Auto Tab Killer
Automatically closes idle tabs when system memory is low
Was ist Auto Tab Killer?
Auto Tab Killer ist eine Chrome-Erweiterung, die von tylercd100 entwickelt wurde, und ihr Hauptmerkmal ist "Automatically closes idle tabs when system memory is low".
Erweiterungsscreenshots
Auto Tab Killer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Auto Tab Killer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | pbhlehpofdimaamfbdemomgnjflpmacf |
| Offizielle URL | https://chromewebstore.google.com/detail/auto-tab-killer/pbhlehpofdimaamfbdemomgnjflpmacf |
| Beschreibung | Automatically closes idle tabs when system memory is low |
| Dateigröße | 101 KB |
| Installationsanzahl | 324 |
| Aktuelle Version | 1.1.0 |
| Letztes Update | 2015-12-28 |
| Veröffentlichungsdatum | 2015-12-27 |
| Bewertung | 4.00/5 Insgesamt 4 Bewertungen |
| Entwickler | tylercd100 |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |