ZenTabz
Manage your Chrome tabs and bookmarks.
O que é ZenTabz?
ZenTabz é uma extensão do Chrome desenvolvida por https://zentabz.com, e sua principal característica é "Manage your Chrome tabs and bookmarks.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ZenTabz
Baixe arquivos de extensão ZenTabz 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
ZenTabz allows you view all your windows and tabs in a tabbed UI format, to give you a convenient searchable view of your browser tabs along with information about each browser window and how many tabs are open. Select multiple tabs to close, move to another window, or save to bookmarks using the in-built bookmarks manager feature. With ZenTabz, you can take back control of your browser tabs!
Informações Básicas da Extensão
Nome | ZenTabz |
ID | gjjchdfpfjbgddgklfkjbeeeoalagcpf |
URL Oficial | https://chromewebstore.google.com/detail/zentabz/gjjchdfpfjbgddgklfkjbeeeoalagcpf |
Descrição | Manage your Chrome tabs and bookmarks. |
Tamanho do Arquivo | 2.85 MB |
Contagem de Instalações | 15 |
Versão Atual | 3.0 |
Última Atualização | 2023-01-11 |
Data de Publicação | 2017-12-21 |
Classificação | 5.00/5 Total de 8 Avaliações |
Desenvolvedor | https://zentabz.com |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ZenTabz", "description": "Manage your Chrome tabs and bookmarks.", "version": "3.0", "action": { "default_icon": "icon.png", "default_popup": "index.html", "default_title": "ZenTabz" }, "icons": { "128": "icon_128.png" }, "permissions": [ "tabs", "bookmarks" ], "background": { "service_worker": "background.js" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |