SelfDestruct Inactive Tabs
Inactive tabs are closed automatically after 1 hour, unless you don't want them to be.
O que é SelfDestruct Inactive Tabs?
SelfDestruct Inactive Tabs é uma extensão do Chrome desenvolvida por swiftace, e sua principal característica é "Inactive tabs are closed automatically after 1 hour, unless you don't want them to be.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SelfDestruct Inactive Tabs
Baixe arquivos de extensão SelfDestruct Inactive Tabs no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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).
Informações Básicas da Extensão
Nome | SelfDestruct Inactive Tabs |
ID | dijgiekinoipkcnpjckingeodlhbbkmo |
URL Oficial | https://chromewebstore.google.com/detail/selfdestruct-inactive-tab/dijgiekinoipkcnpjckingeodlhbbkmo |
Descrição | Inactive tabs are closed automatically after 1 hour, unless you don't want them to be. |
Tamanho do Arquivo | 25.96 KB |
Contagem de Instalações | 27 |
Versão Atual | 0.0.3 |
Última Atualização | 2017-04-08 |
Data de Publicação | 2017-04-07 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | swiftace |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } } |