Auto Tab Killer
Automatically closes idle tabs when system memory is low
Vad är Auto Tab Killer?
Auto Tab Killer är en Chrome-tillägg utvecklad av tylercd100, och dess huvudfunktion är "Automatically closes idle tabs when system memory is low".
Tilläggsskärmbilder
Ladda ner Auto Tab Killer-förlängningens CRX-fil
Ladda ner Auto Tab Killer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | pbhlehpofdimaamfbdemomgnjflpmacf |
| Officiell webbadress | https://chromewebstore.google.com/detail/auto-tab-killer/pbhlehpofdimaamfbdemomgnjflpmacf |
| Beskrivning | Automatically closes idle tabs when system memory is low |
| Filstorlek | 101 KB |
| Antal Installationer | 324 |
| Aktuell Version | 1.1.0 |
| Senast Uppdaterad | 2015-12-28 |
| Publiceringsdatum | 2015-12-27 |
| Betyg | 4.00/5 Totalt 4 Betyg |
| Utvecklare | tylercd100 |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |