Tab Controller
Search, Switch, Remove tabs for multiple chrome windows from singpel place.
O que é Tab Controller?
Tab Controller é uma extensão do Chrome desenvolvida por Nikhil Sehgal, e sua principal característica é "Search, Switch, Remove tabs for multiple chrome windows from singpel place.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tab Controller
Baixe arquivos de extensão Tab Controller 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 controller is an extension to help you search, switch and remove tabs. We can manage tabs from multiple chrome windows in one go. Capabilities of extension: See all list of open tabs from all windows. Search for tab using search bar. Switch to tab from using activate button. Remove the tab if not using it.
Informações Básicas da Extensão
Nome | Tab Controller |
ID | kdgbkbgkffgfhakohlmoppiahphmognn |
URL Oficial | https://chromewebstore.google.com/detail/tab-controller/kdgbkbgkffgfhakohlmoppiahphmognn |
Descrição | Search, Switch, Remove tabs for multiple chrome windows from singpel place. |
Tamanho do Arquivo | 68.9 KB |
Contagem de Instalações | 26 |
Versão Atual | 3.0 |
Última Atualização | 2020-09-15 |
Data de Publicação | 2019-06-05 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Nikhil Sehgal |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Controller", "description": "Search, Switch, Remove tabs for multiple chrome windows from singpel place.", "version": "3.0", "browser_action": { "default_popup": "linkController.html", "default_title": "Tab Controller." }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "tabs" ] } |