Auto Tab Killer

Automatically closes idle tabs when system memory is low

Co to jest Auto Tab Killer?

Auto Tab Killer to rozszerzenie Chrome opracowane przez tylercd100, a jego główną funkcją jest „Automatically closes idle tabs when system memory is low”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Auto Tab Killer

Pobierz pliki rozszerzeń Auto Tab Killer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Auto Tab Killer Auto Tab Killer
ID pbhlehpofdimaamfbdemomgnjflpmacf
Oficjalny URL https://chromewebstore.google.com/detail/auto-tab-killer/pbhlehpofdimaamfbdemomgnjflpmacf
Opis Automatically closes idle tabs when system memory is low
Rozmiar pliku 101 KB
Liczba instalacji 324
Aktualna Wersja 1.1.0
Ostatnia Aktualizacja 2015-12-28
Data Publikacji 2015-12-27
Ocena 4.00/5 Łącznie 4 Oceny
Deweloper tylercd100
Typ Płatności free
Obsługiwane Języki 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"
    ]
}