SelfDestruct Inactive Tabs

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

What is SelfDestruct Inactive Tabs?

SelfDestruct Inactive Tabs is a Chrome extension developed by swiftace, and its main feature is "Inactive tabs are closed automatically after 1 hour, unless you don't want them to be.".

Extension Screenshots

screenshot
screenshot

Download SelfDestruct Inactive Tabs Extension CRX File

Download SelfDestruct Inactive Tabs 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

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

Extension Basic Information

Name SelfDestruct Inactive Tabs SelfDestruct Inactive Tabs
ID dijgiekinoipkcnpjckingeodlhbbkmo
Official URL https://chromewebstore.google.com/detail/selfdestruct-inactive-tab/dijgiekinoipkcnpjckingeodlhbbkmo
Description Inactive tabs are closed automatically after 1 hour, unless you don't want them to be.
File Size 25.96 KB
Installation Count 27
Current Version 0.0.3
Last Updated 2017-04-08
Publish Date 2017-04-07
Rating 5.00/5 Total 1 Ratings
Developer swiftace
Payment Type free
Supported Languages 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"
        ]
    }
}