SelfDestruct Inactive Tabs
Inactive tabs are closed automatically after 1 hour, unless you don't want them to be.
Was ist SelfDestruct Inactive Tabs?
SelfDestruct Inactive Tabs ist eine Chrome-Erweiterung, die von swiftace entwickelt wurde, und ihr Hauptmerkmal ist "Inactive tabs are closed automatically after 1 hour, unless you don't want them to be.".
Erweiterungsscreenshots
SelfDestruct Inactive Tabs-Erweiterungs-CRX-Datei herunterladen
Laden Sie SelfDestruct Inactive Tabs-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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).
Grundlegende Informationen zur Erweiterung
Name | SelfDestruct Inactive Tabs |
ID | dijgiekinoipkcnpjckingeodlhbbkmo |
Offizielle URL | https://chromewebstore.google.com/detail/selfdestruct-inactive-tab/dijgiekinoipkcnpjckingeodlhbbkmo |
Beschreibung | Inactive tabs are closed automatically after 1 hour, unless you don't want them to be. |
Dateigröße | 25.96 KB |
Installationsanzahl | 27 |
Aktuelle Version | 0.0.3 |
Letztes Update | 2017-04-08 |
Veröffentlichungsdatum | 2017-04-07 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | swiftace |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } } |