Auto Tab Killer
Automatically closes idle tabs when system memory is low
What is Auto Tab Killer?
Auto Tab Killer is a Chrome extension developed by tylercd100, and its main feature is "Automatically closes idle tabs when system memory is low".
Extension Screenshots
Download Auto Tab Killer Extension CRX File
Download Auto Tab Killer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Auto Tab Killer |
ID | pbhlehpofdimaamfbdemomgnjflpmacf |
Official URL | https://chromewebstore.google.com/detail/auto-tab-killer/pbhlehpofdimaamfbdemomgnjflpmacf |
Description | Automatically closes idle tabs when system memory is low |
File Size | 101 KB |
Installation Count | 324 |
Current Version | 1.1.0 |
Last Updated | 2015-12-28 |
Publish Date | 2015-12-27 |
Rating | 4.00/5 Total 4 Ratings |
Developer | tylercd100 |
Payment Type | free |
Supported Languages | 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" ] } |