Tab Out!
Tab Out! is a simple but empowering extension for chrome. Tab Out! frees you from the mess of tabs that we all get ourselves into.…
O que é Tab Out!?
Tab Out! é uma extensão do Chrome desenvolvida por http://www.shidel.com, e sua principal característica é "Tab Out! is a simple but empowering extension for chrome. Tab Out! frees you from the mess of tabs that we all get ourselves into.…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tab Out!
Baixe arquivos de extensão Tab Out! 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 Out! is a simple but empowering extension for chrome. Tab Out! frees you from the mess of tabs that we all get ourselves into. It allows you to close all of your tabs, while saving the session in Tab Out! for future use. You can restore them all or just one at a time. Also, keep quick links to favorites and setups that you use often.
Informações Básicas da Extensão
Nome | |
ID | kkbmchfmigdklofchjpofhhacnddaojk |
URL Oficial | https://chrome.google.com/webstore/detail/tab-out/kkbmchfmigdklofchjpofhhacnddaojk |
Descrição | Tab Out! is a simple but empowering extension for chrome. Tab Out! frees you from the mess of tabs that we all get ourselves into.… |
Tamanho do Arquivo | 14.69 KB |
Contagem de Instalações | 456 |
Versão Atual | 1.2.7 |
Última Atualização | 2013-12-16 |
Data de Publicação | 2013-12-16 |
Classificação | 3.62/5 Total de 13 Avaliações |
Desenvolvedor | http://www.shidel.com |
Tipo de Pagamento | free |
Site da Extensão | http://www.shidel.com |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Out!", "version": "1.2.7", "discription": "chrome extension which manages tabs-- allows the closing of all tabs and saves the session to be restored later.", "permissions": [ "activeTab", "tabs", "notifications", "http:\/\/*\/", "https:\/\/*\/", "storage" ], "browser_action": { "default_icon": "icontab.png", "default_title": "Tab Out!", "default_popup": "menu.html" }, "manifest_version": 2 } |