Tab Cleanup
Tab Cleanup is a useful utility that periodically closes inactive tabs. By closing inactive tabs, it helps declutter your screen.
O que é Tab Cleanup?
Tab Cleanup é uma extensão do Chrome desenvolvida por https://tabcleanup.com, e sua principal característica é "Tab Cleanup is a useful utility that periodically closes inactive tabs. By closing inactive tabs, it helps declutter your screen.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tab Cleanup
Baixe arquivos de extensão Tab Cleanup 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 Cleanup is a useful utility that periodically closes inactive tabs. By closing inactive tabs, it helps declutter your screen. Closing inactive tabs also reduces CPU and memory usage, which can speed up your browser. By clicking "Add to chrome", you accept and agree to installing the TabCleanup Chrome extension and setting Chrome™ New Tab to that provided by the service and the Terms of Use and Privacy Policy. Privacy Policy: http://tabcleanup.com/privacy.html Terms of Use: http://tabcleanup.com/terms.html
Informações Básicas da Extensão
Nome | Tab Cleanup |
ID | ggbmajcpfpdgehnobdbbdjdafaejgpmk |
URL Oficial | https://chromewebstore.google.com/detail/tab-cleanup/ggbmajcpfpdgehnobdbbdjdafaejgpmk |
Descrição | Tab Cleanup is a useful utility that periodically closes inactive tabs. By closing inactive tabs, it helps declutter your screen. |
Tamanho do Arquivo | 191 KB |
Contagem de Instalações | 1,337 |
Versão Atual | 0.9.9 |
Última Atualização | 2023-09-02 |
Data de Publicação | 2019-08-26 |
Classificação | 2.60/5 Total de 5 Avaliações |
Desenvolvedor | https://tabcleanup.com |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | http://tabcleanup.com/support.php |
URL da Página de Política de Privacidade | https://www.guppymedia.com/privacy.html |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Cleanup", "version": "0.9.9", "description": "Tab Cleanup is a useful utility that periodically closes inactive tabs. By closing inactive tabs, it helps declutter your screen.", "incognito": "split", "chrome_url_overrides": { "newtab": "html\/index.html" }, "permissions": [ "tabs", "unlimitedStorage", "storage" ], "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "background": { "page": "background.html" }, "browser_action": { "default_title": "Tab Cleanup Settings", "default_icon": "icon64.png", "default_popup": "popup.html" }, "manifest_version": 2 } |