Tab Box
Tab Manager
O que é Tab Box?
Tab Box é uma extensão do Chrome desenvolvida por tejkar777, e sua principal característica é "Tab Manager".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tab Box
Baixe arquivos de extensão Tab Box 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 manager for managing multiple open tabs with simplicity. Tab Box is a tab manager extension for Chrome that helps you manage multiple open tabs while using minimal system resources. Tab Box also comes with the tools for quick navigation to open tabs, and to easily save tabs. User can see the list of all open tabs. User can select multiple tabs and save them. 'Resource' tab will show all the saved tabs title. User can click on the item to open that link.
Informações Básicas da Extensão
Nome | Tab Box |
ID | habiejhoecconkpglffkehpfohefkpjk |
URL Oficial | https://chromewebstore.google.com/detail/tab-box/habiejhoecconkpglffkehpfohefkpjk |
Descrição | Tab Manager |
Tamanho do Arquivo | 9.51 KB |
Contagem de Instalações | 347 |
Versão Atual | 1.0.0 |
Última Atualização | 2021-11-07 |
Data de Publicação | 2021-11-06 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | tejkar777 |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://www.freeprivacypolicy.com/live/0c778ee0-1aed-4a34-8716-fba023d236fc |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Box", "description": "Tab Manager", "version": "1.0.0", "manifest_version": 2, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "tabs" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "128": "logo.png" } }, "icons": { "128": "logo.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/kit.fontawesome.com\/11f67e7c0a.js https:\/\/cdn.jsdelivr.net\/npm\/[email protected]\/dist\/js\/bootstrap.bundle.min.js; object-src 'self'" } |