Chrome Tab Counter

Shows a counter of open tabs in the extensions bar. Also records the number of opened windows and all-time opened tabs.

O que é Chrome Tab Counter?

Chrome Tab Counter é uma extensão do Chrome desenvolvida por https://fero8.com, e sua principal característica é "Shows a counter of open tabs in the extensions bar. Also records the number of opened windows and all-time opened tabs.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Chrome Tab Counter

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

                        Shows a counter of open tabs in the extensions bar. Also records the number of opened windows and all-time opened tabs.

NEW in latest update:
* show counter of tabs in the currently open window
* shows counter of currently open windows
* ability to change the icon background color

Features
* Shows counter of open tabs, open windows, all-time opened tabs, max concurrent opened tabs
* Multiple Chrome windows supported
* Tweet your stats & share on Facebook
* Extension does not track your browsing history or any other personal data

This is an open-source extension, no information is shared or sent to 3rd parties. Feel free to review the code here:
https://github.com/fero8/chrome-tab-counter                    

Informações Básicas da Extensão

Nome Chrome Tab Counter Chrome Tab Counter
ID fhnegjjodccfaliddboelcleikbmapik
URL Oficial https://chromewebstore.google.com/detail/chrome-tab-counter/fhnegjjodccfaliddboelcleikbmapik
Descrição Shows a counter of open tabs in the extensions bar. Also records the number of opened windows and all-time opened tabs.
Tamanho do Arquivo 50.21 KB
Contagem de Instalações 20,000
Versão Atual 1.2.2
Última Atualização 2022-06-16
Data de Publicação 2020-04-22
Classificação 4.34/5 Total de 35 Avaliações
Desenvolvedor https://fero8.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Tab Counter",
    "version": "1.2.2",
    "manifest_version": 2,
    "description": "Shows a counter of open tabs in the extensions bar. Also records the number of opened windows and all-time opened tabs.",
    "browser_action": {
        "default_name": "Chrome Tab Counter",
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "prototype.js",
            "scripts.js",
            "bg.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": []
}