Tab Critter
Tab Critter loves to eat your tabs. But only the old ones you just forgot to close.
O que é Tab Critter?
Tab Critter é uma extensão do Chrome desenvolvida por http://www.cilb.de, e sua principal característica é "Tab Critter loves to eat your tabs. But only the old ones you just forgot to close.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tab Critter
Baixe arquivos de extensão Tab Critter 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
Tab Critter loves to eat your tabs. But only the old ones you just forgot to close. If a tab has not been used for some time it will automatically close. That makes Chrome free some memory and your PC run faster.
Informações Básicas da Extensão
Nome | |
ID | bfnbghcpjkfcellgnnebbicnjhcclege |
URL Oficial | https://chrome.google.com/webstore/detail/tab-critter/bfnbghcpjkfcellgnnebbicnjhcclege |
Descrição | Tab Critter loves to eat your tabs. But only the old ones you just forgot to close. |
Tamanho do Arquivo | 17.21 KB |
Contagem de Instalações | 2,000 |
Versão Atual | 1.0.3 |
Última Atualização | 2015-09-04 |
Data de Publicação | 2015-09-04 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | http://www.cilb.de |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Critter", "description": "Tab Critter loves to eat your tabs. But only the old ones you just forgot to close.", "version": "1.0.3", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "storage" ], "homepage_url": "http:\/\/www.cilb.de" } |