SelfDestruct Inactive Tabs

Inactive tabs are closed automatically after 1 hour, unless you don't want them to be.

Co to jest SelfDestruct Inactive Tabs?

SelfDestruct Inactive Tabs to rozszerzenie Chrome opracowane przez swiftace, a jego główną funkcją jest „Inactive tabs are closed automatically after 1 hour, unless you don't want them to be.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia SelfDestruct Inactive Tabs

Pobierz pliki rozszerzeń SelfDestruct Inactive Tabs 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

                        Closes inactive tabs after 1 hour of inactivity. The active tab in each open window is left untouched. Automatic closing can be disabled for particular tabs by clicking the extension icon (the bomb will turn into a pin, indicating that the tab is pinned).                    

Podstawowe informacje o rozszerzeniu

Nazwa SelfDestruct Inactive Tabs SelfDestruct Inactive Tabs
ID dijgiekinoipkcnpjckingeodlhbbkmo
Oficjalny URL https://chromewebstore.google.com/detail/selfdestruct-inactive-tab/dijgiekinoipkcnpjckingeodlhbbkmo
Opis Inactive tabs are closed automatically after 1 hour, unless you don't want them to be.
Rozmiar pliku 25.96 KB
Liczba instalacji 27
Aktualna Wersja 0.0.3
Ostatnia Aktualizacja 2017-04-08
Data Publikacji 2017-04-07
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper swiftace
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SelfDestruct Inactive Tabs",
    "version": "0.0.3",
    "description": "Inactive tabs are closed automatically after 1 hour, unless you don't want them to be.",
    "browser_action": {
        "default_icon": "images\/bomb.png"
    },
    "icons": {
        "128": "images\/bomb.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}