TabCounter
Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that.
O que é TabCounter?
TabCounter é uma extensão do Chrome desenvolvida por melockchain, e sua principal característica é "Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão TabCounter
Baixe arquivos de extensão TabCounter 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 Counter tracks the number of tabs: - Currently open - Opened today - Left open from yesterday - Days number of tabs have been left open - Number of tabs opened since install of this extension
Informações Básicas da Extensão
Nome | TabCounter |
ID | hocnnbmipielnggchdgobnliemdgpmai |
URL Oficial | https://chromewebstore.google.com/detail/tabcounter/hocnnbmipielnggchdgobnliemdgpmai |
Descrição | Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that. |
Tamanho do Arquivo | 51.71 MB |
Contagem de Instalações | 33 |
Versão Atual | 1.3 |
Última Atualização | 2022-12-02 |
Data de Publicação | 2022-05-19 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | melockchain |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TabCounter", "description": "Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that.", "version": "1.3", "manifest_version": 3, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "storage", "tabs" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/tab_count16.png", "32": "\/images\/tab_count32.png", "48": "\/images\/tab_count48.png", "128": "\/images\/tab_count128.png" } }, "icons": { "16": "\/images\/tab_count16.png", "32": "\/images\/tab_count32.png", "48": "\/images\/tab_count48.png", "128": "\/images\/tab_count128.png" } } |