Tab Cutter
This extension divides one window into two
O que é Tab Cutter?
Tab Cutter é uma extensão do Chrome desenvolvida por soags, e sua principal característica é "This extension divides one window into two".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tab Cutter
Baixe arquivos de extensão Tab Cutter 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
This simple tab organization tool divides one window into two. If you have at least two tabs in the selected Chrome window, all the tabs on the left side of the selected tab will stay in the window, and the rest will move to the new window. If you are looking for Tab Scissors, have a try.
Informações Básicas da Extensão
Nome | Tab Cutter |
ID | mekmindbhhjinkmgdjabpgfkaekhmgkj |
URL Oficial | https://chromewebstore.google.com/detail/tab-cutter/mekmindbhhjinkmgdjabpgfkaekhmgkj |
Descrição | This extension divides one window into two |
Tamanho do Arquivo | 11.09 KB |
Contagem de Instalações | 579 |
Versão Atual | 1.0.1 |
Última Atualização | 2023-08-31 |
Data de Publicação | 2023-08-30 |
Classificação | 4.33/5 Total de 3 Avaliações |
Desenvolvedor | soags |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/soags/tab-cutter |
URL da Página de Ajuda | https://github.com/soags/tab-cutter/issues |
URL da Página de Política de Privacidade | https://soags.github.io/privacy-policy/chrome-extensions |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tab Cutter", "description": "This extension divides one window into two", "version": "1.0.1.0", "version_name": "1.0.1", "icons": { "16": "public\/icon-16.png", "48": "public\/icon-48.png", "128": "public\/icon-128.png" }, "action": { "default_icon": { "16": "public\/icon-16.png", "48": "public\/icon-48.png", "128": "public\/icon-128.png" }, "default_title": "Tab Cutter" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "permissions": [] } |