SelfDestruct Inactive Tabs

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

Vad är SelfDestruct Inactive Tabs?

SelfDestruct Inactive Tabs är en Chrome-tillägg utvecklad av swiftace, och dess huvudfunktion är "Inactive tabs are closed automatically after 1 hour, unless you don't want them to be.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner SelfDestruct Inactive Tabs-förlängningens CRX-fil

Ladda ner SelfDestruct Inactive Tabs-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

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

Grundläggande Information om Tillägg

Namn SelfDestruct Inactive Tabs SelfDestruct Inactive Tabs
ID dijgiekinoipkcnpjckingeodlhbbkmo
Officiell webbadress https://chromewebstore.google.com/detail/selfdestruct-inactive-tab/dijgiekinoipkcnpjckingeodlhbbkmo
Beskrivning Inactive tabs are closed automatically after 1 hour, unless you don't want them to be.
Filstorlek 25.96 KB
Antal Installationer 27
Aktuell Version 0.0.3
Senast Uppdaterad 2017-04-08
Publiceringsdatum 2017-04-07
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare swiftace
Betalningssätt free
Stödda Språk 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"
        ]
    }
}