SelfDestruct Inactive Tabs

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

Qu'est-ce que SelfDestruct Inactive Tabs ?

SelfDestruct Inactive Tabs est une extension Chrome développée par swiftace, et sa fonction principale est "Inactive tabs are closed automatically after 1 hour, unless you don't want them to be.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension SelfDestruct Inactive Tabs

Téléchargez les fichiers d'extension SelfDestruct Inactive Tabs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom SelfDestruct Inactive Tabs SelfDestruct Inactive Tabs
ID dijgiekinoipkcnpjckingeodlhbbkmo
URL Officiel 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.
Taille du Fichier 25.96 KB
Nombre d'Installations 27
Version Actuelle 0.0.3
Dernière Mise à Jour 2017-04-08
Date de Publication 2017-04-07
Évaluation 5.00/5 Total 1 Évaluations
Développeur swiftace
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}