SelfDestruct Inactive Tabs
Inactive tabs are closed automatically after 1 hour, unless you don't want them to be.
Hvad er SelfDestruct Inactive Tabs?
SelfDestruct Inactive Tabs er en Chrome-udvidelse udviklet af swiftace, og dens hovedfunktion er "Inactive tabs are closed automatically after 1 hour, unless you don't want them to be.".
Udvidelsesskærmbilleder
Download SelfDestruct Inactive Tabs-udvidelses-CRX-fil
Download SelfDestruct Inactive Tabs-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | SelfDestruct Inactive Tabs |
ID | dijgiekinoipkcnpjckingeodlhbbkmo |
Officiel URL | https://chromewebstore.google.com/detail/selfdestruct-inactive-tab/dijgiekinoipkcnpjckingeodlhbbkmo |
Beskrivelse | Inactive tabs are closed automatically after 1 hour, unless you don't want them to be. |
Filstørrelse | 25.96 KB |
Antal Installationer | 27 |
Nuværende Version | 0.0.3 |
Senest Opdateret | 2017-04-08 |
Udgivelsesdato | 2017-04-07 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | swiftace |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } } |