SelfDestruct Inactive Tabs

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

Co je SelfDestruct Inactive Tabs?

SelfDestruct Inactive Tabs je rozšíření Chrome vyvinuté swiftace, a jeho hlavní funkcí je „Inactive tabs are closed automatically after 1 hour, unless you don't want them to be.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření SelfDestruct Inactive Tabs

Stáhněte si soubory rozšíření SelfDestruct Inactive Tabs ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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).                    

Základní Informace o Rozšíření

Název SelfDestruct Inactive Tabs SelfDestruct Inactive Tabs
ID dijgiekinoipkcnpjckingeodlhbbkmo
Oficiální URL https://chromewebstore.google.com/detail/selfdestruct-inactive-tab/dijgiekinoipkcnpjckingeodlhbbkmo
Popis Inactive tabs are closed automatically after 1 hour, unless you don't want them to be.
Velikost souboru 25.96 KB
Počet instalací 27
Aktuální Verze 0.0.3
Poslední Aktualizace 2017-04-08
Datum Vydání 2017-04-07
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář swiftace
Typ Platby free
Podporované Jazyky 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"
        ]
    }
}