Tabbie

The missing tab manager for Chrome

O que é Tabbie?

Tabbie é uma extensão do Chrome desenvolvida por hharnisc, e sua principal característica é "The missing tab manager for Chrome".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Tabbie

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

                        The missing tab manager for Chrome. Select a few tabs with CMD + click and then save them with the Tabbie chrome extension. It's also possible to save and close the tabs for later use.                    

Informações Básicas da Extensão

Nome Tabbie Tabbie
ID aingjdeimmekeknhjcbnigfbfbboffeo
URL Oficial https://chromewebstore.google.com/detail/tabbie/aingjdeimmekeknhjcbnigfbfbboffeo
Descrição The missing tab manager for Chrome
Tamanho do Arquivo 106 KB
Contagem de Instalações 3,107
Versão Atual 0.4.1
Última Atualização 2017-03-19
Data de Publicação 2017-03-19
Classificação 3.62/5 Total de 29 Avaliações
Desenvolvedor hharnisc
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabbie",
    "short_name": "Tabbie",
    "description": "The missing tab manager for Chrome",
    "version": "0.4.1",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}