SelfDestruct Inactive Tabs
Inactive tabs are closed automatically after 1 hour, unless you don't want them to be.
Cos'è SelfDestruct Inactive Tabs?
SelfDestruct Inactive Tabs è un'estensione di Chrome sviluppata da swiftace, e la sua funzione principale è "Inactive tabs are closed automatically after 1 hour, unless you don't want them to be.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SelfDestruct Inactive Tabs
Scarica i file di estensione SelfDestruct Inactive Tabs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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).
Informazioni di Base sull'Estensione
Nome | SelfDestruct Inactive Tabs |
ID | dijgiekinoipkcnpjckingeodlhbbkmo |
URL Ufficiale | https://chromewebstore.google.com/detail/selfdestruct-inactive-tab/dijgiekinoipkcnpjckingeodlhbbkmo |
Descrizione | Inactive tabs are closed automatically after 1 hour, unless you don't want them to be. |
Dimensione del File | 25.96 KB |
Conteggio Installazioni | 27 |
Versione Corrente | 0.0.3 |
Ultimo Aggiornamento | 2017-04-08 |
Data di Pubblicazione | 2017-04-07 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | swiftace |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } } |