Tab Count
Displays the number of browser tabs
O que é Tab Count?
Tab Count é uma extensão do Chrome desenvolvida por gustass1, e sua principal característica é "Displays the number of browser tabs".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tab Count
Baixe arquivos de extensão Tab Count 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
Simple extension that displays the number of tabs you have open on your browser. It displays total count of tabs, tab count on current window, and tab count you have on each tab group.
Informações Básicas da Extensão
Nome | Tab Count |
ID | cflfdplhfcgapcgcahckkadgghpkhfco |
URL Oficial | https://chromewebstore.google.com/detail/tab-count/cflfdplhfcgapcgcahckkadgghpkhfco |
Descrição | Displays the number of browser tabs |
Tamanho do Arquivo | 9.97 KB |
Contagem de Instalações | 338 |
Versão Atual | 0.0.2 |
Última Atualização | 2023-05-17 |
Data de Publicação | 2021-07-07 |
Classificação | 4.50/5 Total de 2 Avaliações |
Desenvolvedor | gustass1 |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Count", "description": "Displays the number of browser tabs", "version": "0.0.2", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/icons\/icon-16.png", "32": "\/icons\/icon-32.png", "48": "\/icons\/icon-48.png", "128": "\/icons\/icon-120.png" } }, "icons": { "16": "\/icons\/icon-16.png", "32": "\/icons\/icon-32.png", "48": "\/icons\/icon-48.png", "128": "\/icons\/icon-120.png" }, "permissions": [ "tabGroups" ] } |