Tab Closer and Selector
Easily manage & navigate through your tabs — close your tabs or bring youself to a selected tab!
O que é Tab Closer and Selector?
Tab Closer and Selector é uma extensão do Chrome desenvolvida por llae.dev, e sua principal característica é "Easily manage & navigate through your tabs — close your tabs or bring youself to a selected tab!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tab Closer and Selector
Baixe arquivos de extensão Tab Closer and Selector 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
Have too many tabs opened? This extension allows you to easily manage and navigate through your Chrome tabs! It shows you the names of all the tabs that you currently have opened. Then, you can select tabs to close, select windows to close, or bring yourself to a certain tab.
Informações Básicas da Extensão
Nome | |
ID | anoodphkcgbgfdaiiljnngkboogckpnb |
URL Oficial | https://chrome.google.com/webstore/detail/tab-closer-and-selector/anoodphkcgbgfdaiiljnngkboogckpnb |
Descrição | Easily manage & navigate through your tabs — close your tabs or bring youself to a selected tab! |
Tamanho do Arquivo | 128 KB |
Contagem de Instalações | 349 |
Versão Atual | 1.3 |
Última Atualização | 2020-08-18 |
Data de Publicação | 2020-07-02 |
Classificação | 4.43/5 Total de 7 Avaliações |
Desenvolvedor | llae.dev |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background\/background-context-menu.js" ] }, "browser_action": { "default_icon": [], "default_popup": "popup\/popup.html", "default_title": "Tab Closer and Selector" }, "description": "Easily manage & navigate through your tabs \u2014 close your tabs or bring youself to a selected tab!", "icons": { "128": "images\/logo128.png", "16": "images\/logo16.png", "48": "images\/logo48.png" }, "manifest_version": 2, "name": "Tab Closer and Selector", "permissions": [ "tabs" ], "version": "1.3" } |