Tab Tally

This extension keeps track of the open tabs and windows you're currently running

O que é Tab Tally?

Tab Tally é uma extensão do Chrome desenvolvida por Michael Hazani, e sua principal característica é "This extension keeps track of the open tabs and windows you're currently running".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Tab Tally

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

                        Yet another tab limiter! 

This extension maximizes productivity by keeping tabs (heh) on your open tabs and windows, and letting you limit the number of open tabs. 

Now get to work!                    

Informações Básicas da Extensão

Nome Tab Tally Tab Tally
ID eoppllliellcefmannacbmnloheolenh
URL Oficial https://chromewebstore.google.com/detail/tab-tally/eoppllliellcefmannacbmnloheolenh
Descrição This extension keeps track of the open tabs and windows you're currently running
Tamanho do Arquivo 40.18 KB
Contagem de Instalações 24
Versão Atual 0.0.1
Última Atualização 2016-07-22
Data de Publicação 2016-07-21
Desenvolvedor Michael Hazani
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://michaelhazani.com
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Tally",
    "description": "This extension keeps track of the open tabs and windows you're currently running",
    "author": "Michael Hazani",
    "version": "0.0.1",
    "browser_action": {
        "default_icon": {
            "128": "icon_128.png",
            "16": "icon_16.png",
            "48": "icon_48.png"
        },
        "default_title": "Tab Tally",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ]
}