Tab Groups

A variation of the firefox tab group feature for chrome.

O que é Tab Groups?

Tab Groups é uma extensão do Chrome desenvolvida por axolotl, e sua principal característica é "A variation of the firefox tab group feature for chrome.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Tab Groups

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

                        See the website readme.                    

Informações Básicas da Extensão

Nome Tab Groups Tab Groups
ID gccimjdagnkcchleckogmciiefdngcgl
URL Oficial https://chromewebstore.google.com/detail/tab-groups/gccimjdagnkcchleckogmciiefdngcgl
Descrição A variation of the firefox tab group feature for chrome.
Tamanho do Arquivo 2.09 MB
Contagem de Instalações 193
Versão Atual 0.1
Última Atualização 2015-03-18
Data de Publicação 2015-03-18
Classificação 1.67/5 Total de 15 Avaliações
Desenvolvedor axolotl
Tipo de Pagamento free
Site da Extensão https://github.com/Risto-Stevcev/tabgroups
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Groups",
    "description": "A variation of the firefox tab group feature for chrome.",
    "version": "0.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "chrome:\/\/favicon\/*"
    ]
}