Tab Hell
Sort of solution of "Tab Hell problem".
O que é Tab Hell?
Tab Hell é uma extensão do Chrome desenvolvida por weiz, e sua principal característica é "Sort of solution of "Tab Hell problem".".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tab Hell
Baixe arquivos de extensão Tab Hell 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
You have a problem with lots of opened browser tabs? All tabs "needed" but never used? This extension autoclose forgotten tabs and save list of this tabs. Additional functions: - grouping tabs by hostname; - reload all tabs; - remove duplicates of tabs;
Informações Básicas da Extensão
Nome | Tab Hell |
ID | aedkiopiicejaoodpoohpjjhjfdokgfd |
URL Oficial | https://chromewebstore.google.com/detail/tab-hell/aedkiopiicejaoodpoohpjjhjfdokgfd |
Descrição | Sort of solution of "Tab Hell problem". |
Tamanho do Arquivo | 21.15 KB |
Contagem de Instalações | 47 |
Versão Atual | 0.1.2 |
Última Atualização | 2015-05-07 |
Data de Publicação | 2015-05-07 |
Classificação | 3.33/5 Total de 3 Avaliações |
Desenvolvedor | weiz |
Tipo de Pagamento | free |
Idiomas Suportados | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Hell", "description": "__MSG_extDescription__", "version": "0.1.2", "browser_action": { "default_icon": "tabHell.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "tabs", "storage", "alarms" ], "options_page": "options.html", "default_locale": "en" } |