Tab Control
Tab Control stresses over your tabs so you don't have to.
O que é Tab Control?
Tab Control é uma extensão do Chrome desenvolvida por Sanketh Hegde, e sua principal característica é "Tab Control stresses over your tabs so you don't have to.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tab Control
Baixe arquivos de extensão Tab Control 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 Control allows you to keep a limit on the number of tabs you have per window. Once you attempt to surpass the limit, Tab Control will remove your least active tab and save it internally just incase you need it in the future. You can also choose to purge your window's tabs if you ever feel like your tabs are getting messy. Purge all tabs, duplicate tabs, or inactive tabs. For the best experience, restart Chrome after first-time installation! Note: Tab Control requires access to your browser history in order to save recently removed tabs and assign a timestamp to each tab. Your recently removed history is never saved other than on your own account.
Informações Básicas da Extensão
Nome | Tab Control |
ID | hheohnanbmmjfpnpgcejpnabbnjhbhip |
URL Oficial | https://chromewebstore.google.com/detail/tab-control/hheohnanbmmjfpnpgcejpnabbnjhbhip |
Descrição | Tab Control stresses over your tabs so you don't have to. |
Tamanho do Arquivo | 121 KB |
Contagem de Instalações | 84 |
Versão Atual | 1.4.0 |
Última Atualização | 2017-08-17 |
Data de Publicação | 2017-08-17 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Sanketh Hegde |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://chrome.google.com/webstore/detail/tab-control/hheohnanbmmjfpnpgcejpnabbnjhbhip/support |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Control", "version": "1.4.0", "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "js\/constants.js", "js\/TabWrapper.js", "js\/background.js" ] }, "description": "Tab Control stresses over your tabs so you don't have to.", "browser_action": { "default_title": "Tab Control", "default_popup": "popup.html" }, "icons": { "16": "img\/icon32.png", "48": "img\/icon96.png", "96": "img\/icon192.png", "128": "img\/icon256.png" }, "author": "Sanketh Hegde" } |