Auto Tab Killer
Automatically closes idle tabs when system memory is low
O que é Auto Tab Killer?
Auto Tab Killer é uma extensão do Chrome desenvolvida por tylercd100, e sua principal característica é "Automatically closes idle tabs when system memory is low".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Auto Tab Killer
Baixe arquivos de extensão Auto Tab Killer 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
Automatically closes idle tabs when system memory drops below your specified limit. Caution: This extension will close tabs when you're not looking! Note: You can disable/enable Auto Tab Killer easily by clicking on the icon. Auto Tab Killer is very simple to setup however you please! Version 1.1.0 -Does not kill tabs when system is idle/locked.
Informações Básicas da Extensão
Nome | Auto Tab Killer |
ID | pbhlehpofdimaamfbdemomgnjflpmacf |
URL Oficial | https://chromewebstore.google.com/detail/auto-tab-killer/pbhlehpofdimaamfbdemomgnjflpmacf |
Descrição | Automatically closes idle tabs when system memory is low |
Tamanho do Arquivo | 101 KB |
Contagem de Instalações | 324 |
Versão Atual | 1.1.0 |
Última Atualização | 2015-12-28 |
Data de Publicação | 2015-12-27 |
Classificação | 4.00/5 Total de 4 Avaliações |
Desenvolvedor | tylercd100 |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Tyler Arbon @tylercd100", "name": "Auto Tab Killer", "description": "Automatically closes idle tabs when system memory is low", "version": "1.1.0", "browser_action": { "default_icon": "icon_19.png" }, "icons": { "48": "icon_48.png", "128": "icon_128.png" }, "background": { "scripts": [ "libs\/moment.min.js", "libs\/lodash.js", "libs\/functions.js", "background.js" ] }, "options_page": "options.html", "offline_enabled": true, "permissions": [ "idle", "system.memory", "storage", "background" ] } |