TabGraph

Track and graph how many tabs you have open.

O que é TabGraph?

TabGraph é uma extensão do Chrome desenvolvida por psc, e sua principal característica é "Track and graph how many tabs you have open.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão TabGraph

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

                        Track and graph how many tabs you have open in Chrome.

Extension icon shows a counter of how many tabs are open. The background color adjusts to let you know if you're near your max.

Clicking on the icon opens up a graph that shows your tab open and close history.

Source code: https://github.com/paulcretu/TabGraph

Changelog:
1.0.1
- Clicking on icon now closes the popup if it's open
1.0.0
- Initial release                    

Informações Básicas da Extensão

Nome TabGraph TabGraph
ID iccoccncfjfmlkdigkefipjfndkmagng
URL Oficial https://chrome.google.com/webstore/detail/tabgraph/iccoccncfjfmlkdigkefipjfndkmagng
Descrição Track and graph how many tabs you have open.
Tamanho do Arquivo 324 KB
Contagem de Instalações 117
Versão Atual 1.0.1
Última Atualização 2014-03-12
Data de Publicação 2014-03-12
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor psc
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TabGraph",
    "version": "1.0.1",
    "description": "Track and graph how many tabs you have open.",
    "browser_action": {
        "default_icon": "images\/icon19.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs"
    ]
}