Tab Counter

This extension will count and log how many tabs you have open

O que é Tab Counter?

Tab Counter é uma extensão do Chrome desenvolvida por daniel.barry, e sua principal característica é "This extension will count and log how many tabs you have open".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Tab Counter

Baixe arquivos de extensão Tab Counter 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

                        Keep track of the number of tabs and windows you have open
Shows the number of tabs and windows currently open and a graph of how many are open over time                    

Informações Básicas da Extensão

Nome Tab Counter Tab Counter
ID gnfjchpcjcgjechjnplhablhjdhdimmf
URL Oficial https://chromewebstore.google.com/detail/tab-counter/gnfjchpcjcgjechjnplhablhjdhdimmf
Descrição This extension will count and log how many tabs you have open
Tamanho do Arquivo 198 KB
Contagem de Instalações 53
Versão Atual 1.0.2
Última Atualização 2021-03-09
Data de Publicação 2021-03-09
Classificação 4.00/5 Total de 2 Avaliações
Desenvolvedor daniel.barry
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Counter",
    "description": "This extension will count and log how many tabs you have open",
    "version": "1.0.2",
    "background": {
        "scripts": [
            "chart.js",
            "prototype.js",
            "script.js",
            "popup.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}