Tab Counter

Changes your new tab page to a counter that displays how many tabs you have opened today.

O que é Tab Counter?

Tab Counter é uma extensão do Chrome desenvolvida por Drake Panzer, e sua principal característica é "Changes your new tab page to a counter that displays how many tabs you have opened today.".

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

                        Changes your tab page to a counter that displays how many tabs you have opened today. The counter resets every day.

The new tab page was designed to be used with the theme "Android Holo UI Dark Blue Theme", here is the link:

https://chrome.google.com/webstore/detail/android-holo-ui-dark-blue/ajnfjknffgoibfgmpbkboohmlbfcdche


______
If you have any problems or suggestions, feel free to tell me.                    

Informações Básicas da Extensão

Nome Tab Counter Tab Counter
ID jolnbjdcabeggeklgccfpbebhgkgjgee
URL Oficial https://chrome.google.com/webstore/detail/jolnbjdcabeggeklgccfpbebhgkgjgee
Descrição Changes your new tab page to a counter that displays how many tabs you have opened today.
Tamanho do Arquivo 27.81 KB
Contagem de Instalações 28
Versão Atual 1.0
Última Atualização 2017-01-31
Data de Publicação 2017-01-31
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Drake Panzer
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://dpanzer.net
URL da Página de Ajuda https://dpanzer.net/contact
URL da Página de Política de Privacidade https://dpanzer.net/wiki/Drake_Panzer:Privacy_policy
Idiomas Suportados en-US
manifest.json
{
    "author": "engineerofstuff",
    "chrome_url_overrides": {
        "newtab": "dist\/override.html"
    },
    "description": "Changes your new tab page to a counter that displays how many tabs you have opened today.",
    "homepage_url": "https:\/\/dpanzer.net",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Tab Counter",
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}