Tab Counter

Shows the amount of tabs you've created on every new tab.

O que é Tab Counter?

Tab Counter é uma extensão do Chrome desenvolvida por metarmask, e sua principal característica é "Shows the amount of tabs you've created on every new tab.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
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

                        Replaces the new tab page with a counter showing the amount of tabs you've opened. The count is synced to your account and will follow you anywhere.

Change the font, size and color of the number, replace the background with a beautiful picture of a mountain or a gradient - how your new tab looks is up to you.                    

Informações Básicas da Extensão

Nome Tab Counter Tab Counter
ID mahddlcedaddgnglfdlgphgdkgcjocbf
URL Oficial https://chromewebstore.google.com/detail/tab-counter/mahddlcedaddgnglfdlgphgdkgcjocbf
Descrição Shows the amount of tabs you've created on every new tab.
Tamanho do Arquivo 16.79 KB
Contagem de Instalações 56
Versão Atual 2.0
Última Atualização 2016-07-23
Data de Publicação 2016-07-23
Classificação 3.50/5 Total de 4 Avaliações
Desenvolvedor metarmask
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Counter",
    "description": "Shows the amount of tabs you've created on every new tab.",
    "version": "2.0",
    "minimum_chrome_version": "51",
    "icons": {
        "128": "icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab\/newtab.html"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    }
}