Tabbie Updated

The missing tab manager for Chrome, updated for the latest Chrome version.

O que é Tabbie Updated?

Tabbie Updated é uma extensão do Chrome desenvolvida por Jacob "kurtextrem" Groß, e sua principal característica é "The missing tab manager for Chrome, updated for the latest Chrome version.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Tabbie Updated

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

                        This is the updated Tabbie for the latest Chrome.
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.

All credits go to the original.

Updated Code is here: https://github.com/kurtextrem/tabbie. Now with Manifest v3 support.

New features:
- Shows amount of tabs per group
- No analytics (better privacy)
- Storage bug fixed (you can store almost unlimited amounts of tabs now).
- Added import/export function (you need to manually export/import as this version doesn't automatically sync across your PCs)
- Added rename feature and you can add tabs to tab groups now
- Automatically scrolls to the end of the list
- Nicer scrollbar                    

Informações Básicas da Extensão

Nome Tabbie Updated Tabbie Updated
ID eiigehbpamofgandbmmokoahhkhbmbld
URL Oficial https://chromewebstore.google.com/detail/tabbie-updated/eiigehbpamofgandbmmokoahhkhbmbld
Descrição The missing tab manager for Chrome, updated for the latest Chrome version.
Tamanho do Arquivo 89.35 KB
Contagem de Instalações 49
Versão Atual 1.1.1
Última Atualização 2023-12-03
Data de Publicação 2018-12-07
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Jacob "kurtextrem" Groß
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/kurtextrem/tabbie
URL da Página de Ajuda https://github.com/kurtextrem/tabbie/issues
URL da Página de Política de Privacidade https://www.kurtextrem.de/chrome/PRIVACY.html
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tabbie Updated",
    "short_name": "Tabbie",
    "description": "The missing tab manager for Chrome, updated for the latest Chrome version.",
    "version": "1.1.1",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage"
    ]
}