SelfDestruct Inactive Tabs
Inactive tabs are closed automatically after 1 hour, unless you don't want them to be.
Wat is SelfDestruct Inactive Tabs?
SelfDestruct Inactive Tabs is een Chrome-extensie ontwikkeld door swiftace, en de belangrijkste functie is "Inactive tabs are closed automatically after 1 hour, unless you don't want them to be.".
Extensie Screenshots
Download het CRX-bestand van de extensie SelfDestruct Inactive Tabs
Download SelfDestruct Inactive Tabs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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).
Basisinformatie over de Extensie
Naam | SelfDestruct Inactive Tabs |
ID | dijgiekinoipkcnpjckingeodlhbbkmo |
Officiële URL | https://chromewebstore.google.com/detail/selfdestruct-inactive-tab/dijgiekinoipkcnpjckingeodlhbbkmo |
Beschrijving | Inactive tabs are closed automatically after 1 hour, unless you don't want them to be. |
Bestandsgrootte | 25.96 KB |
Aantal Installaties | 27 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2017-04-08 |
Publicatiedatum | 2017-04-07 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | swiftace |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } } |